#982E1E

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

Shades of Burnt Umber #982E1E

Tints of Burnt Umber #982E1E

Color information

#982E1E (or 0x982E1E) is unknown color: approx Burnt Umber. HEX triplet: 98, 2E and 1E. RGB value is (152,46,30). Sum of RGB (Red+Green+Blue) = 152+46+30=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #982E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982E1E is #67D1E1. Grayscale: #4C4C4C. Windows color (decimal): -6803938 or 1978008. OLE color: 1978008.

HSL color Cylindrical-coordinate representation of color #982E1E: hue angle of 7.87º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982E1E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1524630-
CMYK00.700.800.40
HSL7.87º67.03%35.69%-
HSV(B)7.87º80.26%59.61%-
XYZ14.168.722.17-
YUV75.87102.12182.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.67%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=66.67%
G=20.18%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152463000.700.800.407.8767.0335.69
Hex982E1E046502884324
Octal23056360106120501010344
Binary100110001011101111001000110101000010100010001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,46,30); }

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

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

 a { background-color: rgb(152,46,30); }

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

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

 span { border-color: rgb(152,46,30); }

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