#982F12

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

Shades of Burnt Umber #982F12

Tints of Burnt Umber #982F12

Color information

#982F12 (or 0x982F12) is unknown color: approx Burnt Umber. HEX triplet: 98, 2F and 12. RGB value is (152,47,18). Sum of RGB (Red+Green+Blue) = 152+47+18=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #982F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F12 is #67D0ED. Grayscale: #4B4B4B. Windows color (decimal): -6803694 or 1191832. OLE color: 1191832.

HSL color Cylindrical-coordinate representation of color #982F12: hue angle of 12.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982F12 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1524718-
CMYK00.690.880.40
HSL12.99º78.82%33.33%-
HSV(B)12.99º88.16%59.61%-
XYZ14.078.751.52-
YUV75.0995.79182.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=70.05%
G=21.66%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152471800.690.880.4012.9978.8233.33
Hex982F120455828d4f21
Octal23057220105130501511741
Binary100110001011111001001000101101100010100011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,47,18); }

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

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

 a { background-color: rgb(152,47,18); }

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

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

 span { border-color: rgb(152,47,18); }

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