#982E0E

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

Shades of Burnt Umber #982E0E

Tints of Burnt Umber #982E0E

Color information

#982E0E (or 0x982E0E) is unknown color: approx Burnt Umber. HEX triplet: 98, 2E and 0E. RGB value is (152,46,14). Sum of RGB (Red+Green+Blue) = 152+46+14=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E0E is #67D1F1. Grayscale: #4A4A4A. Windows color (decimal): -6803954 or 929432. OLE color: 929432.

HSL color Cylindrical-coordinate representation of color #982E0E: hue angle of 13.91º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #982E0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1524614-
CMYK00.700.910.40
HSL13.91º83.13%32.55%-
HSV(B)13.91º90.79%59.61%-
XYZ14.018.661.35-
YUV74.0594.12183.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=71.70%
G=21.70%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152461400.700.910.4013.9183.1332.55
Hex982EE0465B28e5321
Octal23056160106133501612341
Binary10011000101110111001000110101101110100011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982E0E; }

 p { color: rgb(152,46,14); }

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

<style>
 a { background-color: #982E0E; }

 a { background-color: rgb(152,46,14); }

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

<style>
 span { border-color: #982E0E; }

 span { border-color: rgb(152,46,14); }

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