Html Css Color HEX #9C2A11 Burnt Umber

📋 copy color: '#9C2A11'

red 156 ◦ green 42 ◦ blue 17

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

Shades of Burnt Umber #9C2A11

Tints of Burnt Umber #9C2A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.53%

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 72.56%
G = 19.53%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C2A11 (or 0x9C2A11) is known color: Burnt Umber. HEX triplet: 9C, 2A and 11. RGB value is (156,42,17). Sum of RGB (Red+Green+Blue) = 156+42+17=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2A11 is #63D5EE. Grayscale: #494949. Windows color (decimal): -6542831 or 1125020. OLE color: 1125020.

HSL color Cylindrical-coordinate representation of color #9C2A11: hue angle of 10.79º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C2A11 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 42 17 -
CMYK 0 0.73 0.89 0.39
HSL 10.79º 0.8% 0.34% -
HSV(B) 10.79º 0.89% 0.61% -
XYZ 14.64 8.76 1.45 -
YUV 73.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 156 42 17 0 0.73 0.89 0.39 10.79 0.8 0.34
Hex 9C 2A 11 0 49 59 27 B 50 22
Octal 234 52 21 0 111 131 47 13 120 42
Binary 10011100 101010 10001 0 1001001 1011001 100111 1011 1010000 100010

Color Harmonies of #9C2A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2A11

Black with #9C2A11

Text Example


Text Example

White with #9C2A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,42,17); }

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

background-color css

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

 a { background-color: rgb(156,42,17); }

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

border-color css

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

 span { border-color: rgb(156,42,17); }

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