#982D0E

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

Shades of Burnt Umber #982D0E

Tints of Burnt Umber #982D0E

Color information

#982D0E (or 0x982D0E) is unknown color: approx Burnt Umber. HEX triplet: 98, 2D and 0E. RGB value is (152,45,14). Sum of RGB (Red+Green+Blue) = 152+45+14=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #982D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D0E is #67D2F1. Grayscale: #494949. Windows color (decimal): -6804210 or 929176. OLE color: 929176.

HSL color Cylindrical-coordinate representation of color #982D0E: hue angle of 13.48º 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 #982D0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1524514-
CMYK00.700.910.40
HSL13.48º83.13%32.55%-
HSV(B)13.48º90.79%59.61%-
XYZ13.978.581.34-
YUV73.4694.45184.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.04%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=72.04%
G=21.33%
B=6.64%

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
Decimal152451400.700.910.4013.4883.1332.55
Hex982DE0465B28d5321
Octal23055160106133501512341
Binary10011000101101111001000110101101110100011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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