Html Css Color HEX #992A16 Burnt Umber

📋 copy color: '#992A16'

red 153 ◦ green 42 ◦ blue 22

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

Shades of Burnt Umber #992A16

Tints of Burnt Umber #992A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 70.51%
G = 19.35%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#992A16 (or 0x992A16) is known color: Burnt Umber. HEX triplet: 99, 2A and 16. RGB value is (153,42,22). Sum of RGB (Red+Green+Blue) = 153+42+22=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #992A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A16 is #66D5E9. Grayscale: #494949. Windows color (decimal): -6739434 or 1452697. OLE color: 1452697.

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

Color convert

RGB 153 42 22 -
CMYK 0 0.73 0.86 0.4
HSL 9.16º 0.75% 0.34% -
HSV(B) 9.16º 0.86% 0.6% -
XYZ 14.11 8.49 1.65 -
YUV 72.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 153 42 22 0 0.73 0.86 0.4 9.16 0.75 0.34
Hex 99 2A 16 0 49 56 28 9 4B 22
Octal 231 52 26 0 111 126 50 11 113 42
Binary 10011001 101010 10110 0 1001001 1010110 101000 1001 1001011 100010

Color Harmonies of #992A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A16

Black with #992A16

Text Example


Text Example

White with #992A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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