Html Css Color HEX #992D11 Burnt Umber

📋 copy color: '#992D11'

red 153 ◦ green 45 ◦ blue 17

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

Shades of Burnt Umber #992D11

Tints of Burnt Umber #992D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.93%

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

R = 71.16%
G = 20.93%
B = 7.91%

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

#992D11 (or 0x992D11) is known color: Burnt Umber. HEX triplet: 99, 2D and 11. RGB value is (153,45,17). Sum of RGB (Red+Green+Blue) = 153+45+17=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #992D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D11 is #66D2EE. Grayscale: #4A4A4A. Windows color (decimal): -6738671 or 1125785. OLE color: 1125785.

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

Color convert

RGB 153 45 17 -
CMYK 0 0.71 0.89 0.4
HSL 12.35º 0.8% 0.33% -
HSV(B) 12.35º 0.89% 0.6% -
XYZ 14.18 8.69 1.46 -
YUV 74.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 153 45 17 0 0.71 0.89 0.4 12.35 0.8 0.33
Hex 99 2D 11 0 47 59 28 C 50 21
Octal 231 55 21 0 107 131 50 14 120 41
Binary 10011001 101101 10001 0 1000111 1011001 101000 1100 1010000 100001

Color Harmonies of #992D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D11

Black with #992D11

Text Example


Text Example

White with #992D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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