Html Css Color HEX #992F15 Burnt Umber

📋 copy color: '#992F15'

red 153 ◦ green 47 ◦ blue 21

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

Shades of Burnt Umber #992F15

Tints of Burnt Umber #992F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 69.23%
G = 21.27%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#992F15 (or 0x992F15) is known color: Burnt Umber. HEX triplet: 99, 2F and 15. RGB value is (153,47,21). Sum of RGB (Red+Green+Blue) = 153+47+21=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #992F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992F15 is #66D0EA. Grayscale: #4B4B4B. Windows color (decimal): -6738155 or 1388441. OLE color: 1388441.

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

Color convert

RGB 153 47 21 -
CMYK 0 0.69 0.86 0.4
HSL 11.82º 0.76% 0.34% -
HSV(B) 11.82º 0.86% 0.6% -
XYZ 14.29 8.86 1.67 -
YUV 75.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 153 47 21 0 0.69 0.86 0.4 11.82 0.76 0.34
Hex 99 2F 15 0 45 56 28 C 4C 22
Octal 231 57 25 0 105 126 50 14 114 42
Binary 10011001 101111 10101 0 1000101 1010110 101000 1100 1001100 100010

Color Harmonies of #992F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F15

Black with #992F15

Text Example


Text Example

White with #992F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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