#982913

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

Shades of Burnt Umber #982913

Tints of Burnt Umber #982913

Color information

#982913 (or 0x982913) is unknown color: approx Burnt Umber. HEX triplet: 98, 29 and 13. RGB value is (152,41,19). Sum of RGB (Red+Green+Blue) = 152+41+19=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982913 is #67D6EC. Grayscale: #474747. Windows color (decimal): -6805229 or 1255832. OLE color: 1255832.

HSL color Cylindrical-coordinate representation of color #982913: hue angle of 9.92º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982913 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1524119-
CMYK00.730.870.40
HSL9.92º77.78%33.53%-
HSV(B)9.92º87.5%59.61%-
XYZ13.868.311.49-
YUV71.6898.27185.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=71.70%
G=19.34%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152411900.730.870.409.9277.7833.53
Hex9829130495728a4e22
Octal23051230111127501211642
Binary100110001010011001101001001101011110100010101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982913; }

 p { color: rgb(152,41,19); }

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

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

 a { background-color: rgb(152,41,19); }

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

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

 span { border-color: rgb(152,41,19); }

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