Html Css Color HEX #992F0F Burnt Umber

📋 copy color: '#992F0F'

red 153 ◦ green 47 ◦ blue 15

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

Shades of Burnt Umber #992F0F

Tints of Burnt Umber #992F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 71.16%
G = 21.86%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#992F0F (or 0x992F0F) is known color: Burnt Umber. HEX triplet: 99, 2F and 0F. RGB value is (153,47,15). Sum of RGB (Red+Green+Blue) = 153+47+15=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #992F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992F0F is #66D0F0. Grayscale: #4B4B4B. Windows color (decimal): -6738161 or 995225. OLE color: 995225.

HSL color Cylindrical-coordinate representation of color #992F0F: hue angle of 13.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992F0F is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 47 15 -
CMYK 0 0.69 0.90 0.4
HSL 13.91º 0.82% 0.33% -
HSV(B) 13.91º 0.9% 0.6% -
XYZ 14.24 8.84 1.41 -
YUV 75.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 153 47 15 0 0.69 0.90 0.4 13.91 0.82 0.33
Hex 99 2F F 0 45 5A 28 E 52 21
Octal 231 57 17 0 105 132 50 16 122 41
Binary 10011001 101111 1111 0 1000101 1011010 101000 1110 1010010 100001

Color Harmonies of #992F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F0F

Black with #992F0F

Text Example


Text Example

White with #992F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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