Html Css Color HEX #9C2D19 Burnt Umber

📋 copy color: '#9C2D19'

red 156 ◦ green 45 ◦ blue 25

#9C2D19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #9C2D19

Tints of Burnt Umber #9C2D19

RGB

 RED value IS 156 (61.33% from 255) = 69.03%

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 69.03%
G = 19.91%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C2D19 (or 0x9C2D19) is known color: Burnt Umber. HEX triplet: 9C, 2D and 19. RGB value is (156,45,25). Sum of RGB (Red+Green+Blue) = 156+45+25=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D19 is #63D2E6. Grayscale: #4C4C4C. Windows color (decimal): -6542055 or 1650076. OLE color: 1650076.

HSL color Cylindrical-coordinate representation of color #9C2D19: hue angle of 9.16º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C2D19 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 45 25 -
CMYK 0 0.71 0.84 0.39
HSL 9.16º 0.72% 0.35% -
HSV(B) 9.16º 0.84% 0.61% -
XYZ 14.82 9.01 1.88 -
YUV 75.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 156 45 25 0 0.71 0.84 0.39 9.16 0.72 0.35
Hex 9C 2D 19 0 47 54 27 9 48 23
Octal 234 55 31 0 107 124 47 11 110 43
Binary 10011100 101101 11001 0 1000111 1010100 100111 1001 1001000 100011

Color Harmonies of #9C2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2D19

Black with #9C2D19

Text Example


Text Example

White with #9C2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C2D19; }

 p { color: rgb(156,45,25); }

 H1.HeaderClassName
 {
   color: #9C2D19;
 }
 .AnyTagClassName
 {
   color: #9C2D19;
 }
</style>

background-color css

<style>
 a { background-color: #9C2D19; }

 a { background-color: rgb(156,45,25); }

 div.DivClassName
 {
   background-color: #9C2D19;
 }
 .BgClassName
 {
   background-color: #9C2D19;
 }
</style>

border-color css

<style>
 span { border-color: #9C2D19; }

 span { border-color: rgb(156,45,25); }

 td.TdClassName
 {
   border-color: #9C2D19;
 }
 .TagClassName
 {
   border-color: #9C2D19;
 }
</style>