#982A15

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

Shades of Burnt Umber #982A15

Tints of Burnt Umber #982A15

Color information

#982A15 (or 0x982A15) is unknown color: approx Burnt Umber. HEX triplet: 98, 2A and 15. RGB value is (152,42,21). Sum of RGB (Red+Green+Blue) = 152+42+21=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #982A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A15 is #67D5EA. Grayscale: #484848. Windows color (decimal): -6804971 or 1387160. OLE color: 1387160.

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

Color convert

RGB1524221-
CMYK00.720.860.40
HSL9.62º75.72%33.92%-
HSV(B)9.62º86.18%59.61%-
XYZ13.918.391.59-
YUV72.598.94184.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.70%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=70.70%
G=19.53%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152422100.720.860.409.6275.7233.92
Hex982A150485628a4c22
Octal23052250110126501211442
Binary100110001010101010101001000101011010100010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,42,21); }

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

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

 a { background-color: rgb(152,42,21); }

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

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

 span { border-color: rgb(152,42,21); }

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