#982B0B

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

Shades of Burnt Umber #982B0B

Tints of Burnt Umber #982B0B

Color information

#982B0B (or 0x982B0B) is unknown color: approx Burnt Umber. HEX triplet: 98, 2B and 0B. RGB value is (152,43,11). Sum of RGB (Red+Green+Blue) = 152+43+11=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #982B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982B0B is #67D4F4. Grayscale: #484848. Windows color (decimal): -6804725 or 732056. OLE color: 732056.

HSL color Cylindrical-coordinate representation of color #982B0B: hue angle of 13.62º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #982B0B is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1524311-
CMYK00.720.930.40
HSL13.62º86.5%31.96%-
HSV(B)13.62º92.76%59.61%-
XYZ13.878.431.21-
YUV71.9493.61185.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=73.79%
G=20.87%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152431100.720.930.4013.6286.531.96
Hex982BB0485D28e5720
Octal23053130110135501612740
Binary10011000101011101101001000101110110100011101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,43,11); }

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

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

 a { background-color: rgb(152,43,11); }

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

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

 span { border-color: rgb(152,43,11); }

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