#982E0B

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

Shades of Burnt Umber #982E0B

Tints of Burnt Umber #982E0B

Color information

#982E0B (or 0x982E0B) is unknown color: approx Burnt Umber. HEX triplet: 98, 2E and 0B. RGB value is (152,46,11). Sum of RGB (Red+Green+Blue) = 152+46+11=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E0B is #67D1F4. Grayscale: #494949. Windows color (decimal): -6803957 or 732824. OLE color: 732824.

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

Color convert

RGB1524611-
CMYK00.700.930.40
HSL14.89º86.5%31.96%-
HSV(B)14.89º92.76%59.61%-
XYZ13.998.651.25-
YUV73.792.62183.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=72.73%
G=22.01%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152461100.700.930.4014.8986.531.96
Hex982EB0465D28f5720
Octal23056130106135501712740
Binary10011000101110101101000110101110110100011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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