#982D0A

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

Shades of Burnt Umber #982D0A

Tints of Burnt Umber #982D0A

Color information

#982D0A (or 0x982D0A) is unknown color: approx Burnt Umber. HEX triplet: 98, 2D and 0A. RGB value is (152,45,10). Sum of RGB (Red+Green+Blue) = 152+45+10=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D0A is #67D2F5. Grayscale: #494949. Windows color (decimal): -6804214 or 667032. OLE color: 667032.

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

Color convert

RGB1524510-
CMYK00.700.930.40
HSL14.79º87.65%31.76%-
HSV(B)14.79º93.42%59.61%-
XYZ13.948.571.21-
YUV7392.45184.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=73.43%
G=21.74%
B=4.83%

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
Decimal152451000.700.930.4014.7987.6531.76
Hex982DA0465D28f5820
Octal23055120106135501713040
Binary10011000101101101001000110101110110100011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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