Html Css Color HEX #992C16 Burnt Umber

📋 copy color: '#992C16'

red 153 ◦ green 44 ◦ blue 22

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

Shades of Burnt Umber #992C16

Tints of Burnt Umber #992C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 69.86%
G = 20.09%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#992C16 (or 0x992C16) is known color: Burnt Umber. HEX triplet: 99, 2C and 16. RGB value is (153,44,22). Sum of RGB (Red+Green+Blue) = 153+44+22=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #992C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C16 is #66D3E9. Grayscale: #4A4A4A. Windows color (decimal): -6738922 or 1453209. OLE color: 1453209.

HSL color Cylindrical-coordinate representation of color #992C16: hue angle of 10.08º 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 #992C16 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 22 -
CMYK 0 0.71 0.86 0.4
HSL 10.08º 0.75% 0.34% -
HSV(B) 10.08º 0.86% 0.6% -
XYZ 14.18 8.63 1.68 -
YUV 74.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 153 44 22 0 0.71 0.86 0.4 10.08 0.75 0.34
Hex 99 2C 16 0 47 56 28 A 4B 22
Octal 231 54 26 0 107 126 50 12 113 42
Binary 10011001 101100 10110 0 1000111 1010110 101000 1010 1001011 100010

Color Harmonies of #992C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C16

Black with #992C16

Text Example


Text Example

White with #992C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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