#992E14

Color #992E14 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #992E14

Tints of Burnt Umber #992E14

Color information

#992E14 (or 0x992E14) is unknown color: approx Burnt Umber. HEX triplet: 99, 2E and 14. RGB value is (153,46,20). Sum of RGB (Red+Green+Blue) = 153+46+20=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #992E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992E14 is #66D1EB. Grayscale: #4B4B4B. Windows color (decimal): -6738412 or 1322649. OLE color: 1322649.

HSL color Cylindrical-coordinate representation of color #992E14: hue angle of 11.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #992E14 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB1534620-
CMYK00.700.870.4
HSL11.73º76.88%33.92%-
HSV(B)11.73º86.93%60%-
XYZ14.248.781.61-
YUV75.0396.95183.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.86%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=69.86%
G=21.00%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153462000.700.870.411.7376.8833.92
Hex992E140465728c4d22
Octal23156240106127501411542
Binary100110011011101010001000110101011110100011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,46,20); }

 H1.HeaderClassName
 {
   color: #992E14;
 }
 .AnyTagClassName
 {
   color: #992E14;
 }
</style>
background-color css

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

 a { background-color: rgb(153,46,20); }

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

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

 span { border-color: rgb(153,46,20); }

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