Html Css Color HEX #992F24 Burnt Umber

📋 copy color: '#992F24'

red 153 ◦ green 47 ◦ blue 36

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

Shades of Burnt Umber #992F24

Tints of Burnt Umber #992F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 64.83%
G = 19.92%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992F24 (or 0x992F24) is known color: Burnt Umber. HEX triplet: 99, 2F and 24. RGB value is (153,47,36). Sum of RGB (Red+Green+Blue) = 153+47+36=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #992F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F24 is #66D0DB. Grayscale: #4D4D4D. Windows color (decimal): -6738140 or 2371481. OLE color: 2371481.

HSL color Cylindrical-coordinate representation of color #992F24: hue angle of 5.64º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992F24 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 47 36 -
CMYK 0 0.69 0.76 0.4
HSL 5.64º 0.62% 0.37% -
HSV(B) 5.64º 0.76% 0.6% -
XYZ 14.47 8.93 2.63 -
YUV 77.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 153 47 36 0 0.69 0.76 0.4 5.64 0.62 0.37
Hex 99 2F 24 0 45 4C 28 6 3E 25
Octal 231 57 44 0 105 114 50 6 76 45
Binary 10011001 101111 100100 0 1000101 1001100 101000 110 111110 100101

Color Harmonies of #992F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F24

Black with #992F24

Text Example


Text Example

White with #992F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,47,36); }

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

background-color css

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

 a { background-color: rgb(153,47,36); }

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

border-color css

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

 span { border-color: rgb(153,47,36); }

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