#982C0B

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

Shades of Burnt Umber #982C0B

Tints of Burnt Umber #982C0B

Color information

#982C0B (or 0x982C0B) is unknown color: approx Burnt Umber. HEX triplet: 98, 2C and 0B. RGB value is (152,44,11). Sum of RGB (Red+Green+Blue) = 152+44+11=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C0B is #67D3F4. Grayscale: #484848. Windows color (decimal): -6804469 or 732312. OLE color: 732312.

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

Color convert

RGB1524411-
CMYK00.710.930.40
HSL14.04º86.5%31.96%-
HSV(B)14.04º92.76%59.61%-
XYZ13.918.51.22-
YUV72.5393.28184.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=73.43%
G=21.26%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152441100.710.930.4014.0486.531.96
Hex982CB0475D28e5720
Octal23054130107135501612740
Binary10011000101100101101000111101110110100011101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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