Html Css Color HEX #992C11 Burnt Umber

📋 copy color: '#992C11'

red 153 ◦ green 44 ◦ blue 17

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

Shades of Burnt Umber #992C11

Tints of Burnt Umber #992C11

RGB

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

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

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

R = 71.5%
G = 20.56%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#992C11 (or 0x992C11) is known color: Burnt Umber. HEX triplet: 99, 2C and 11. RGB value is (153,44,17). Sum of RGB (Red+Green+Blue) = 153+44+17=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #992C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C11 is #66D3EE. Grayscale: #494949. Windows color (decimal): -6738927 or 1125529. OLE color: 1125529.

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

Color convert

RGB 153 44 17 -
CMYK 0 0.71 0.89 0.4
HSL 11.91º 0.8% 0.33% -
HSV(B) 11.91º 0.89% 0.6% -
XYZ 14.14 8.61 1.45 -
YUV 73.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 153 44 17 0 0.71 0.89 0.4 11.91 0.8 0.33
Hex 99 2C 11 0 47 59 28 C 50 21
Octal 231 54 21 0 107 131 50 14 120 41
Binary 10011001 101100 10001 0 1000111 1011001 101000 1100 1010000 100001

Color Harmonies of #992C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C11

Black with #992C11

Text Example


Text Example

White with #992C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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