Html Css Color HEX #992A11 Burnt Umber

📋 copy color: '#992A11'

red 153 ◦ green 42 ◦ blue 17

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

Shades of Burnt Umber #992A11

Tints of Burnt Umber #992A11

RGB

 RED value IS 153 (60.16% from 255) = 72.17%

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

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

R = 72.17%
G = 19.81%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#992A11 (or 0x992A11) is known color: Burnt Umber. HEX triplet: 99, 2A and 11. RGB value is (153,42,17). Sum of RGB (Red+Green+Blue) = 153+42+17=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #992A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A11 is #66D5EE. Grayscale: #484848. Windows color (decimal): -6739439 or 1125017. OLE color: 1125017.

HSL color Cylindrical-coordinate representation of color #992A11: hue angle of 11.03º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #992A11 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 17 -
CMYK 0 0.73 0.89 0.4
HSL 11.03º 0.8% 0.33% -
HSV(B) 11.03º 0.89% 0.6% -
XYZ 14.07 8.47 1.42 -
YUV 72.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 153 42 17 0 0.73 0.89 0.4 11.03 0.8 0.33
Hex 99 2A 11 0 49 59 28 B 50 21
Octal 231 52 21 0 111 131 50 13 120 41
Binary 10011001 101010 10001 0 1001001 1011001 101000 1011 1010000 100001

Color Harmonies of #992A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A11

Black with #992A11

Text Example


Text Example

White with #992A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A11; }

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

 H1.HeaderClassName
 {
   color: #992A11;
 }
 .AnyTagClassName
 {
   color: #992A11;
 }
</style>

background-color css

<style>
 a { background-color: #992A11; }

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

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

border-color css

<style>
 span { border-color: #992A11; }

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

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