#982C1C

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

Shades of Burnt Umber #982C1C

Tints of Burnt Umber #982C1C

Color information

#982C1C (or 0x982C1C) is unknown color: approx Burnt Umber. HEX triplet: 98, 2C and 1C. RGB value is (152,44,28). Sum of RGB (Red+Green+Blue) = 152+44+28=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #982C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C1C is #67D3E3. Grayscale: #4A4A4A. Windows color (decimal): -6804452 or 1846424. OLE color: 1846424.

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

Color convert

RGB1524428-
CMYK00.710.820.40
HSL7.74º68.89%35.29%-
HSV(B)7.74º81.58%59.61%-
XYZ14.068.562.01-
YUV74.47101.78183.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.86%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 28 (11.33% from 255) = 12.5%
R=67.86%
G=19.64%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152442800.710.820.407.7468.8935.29
Hex982C1C047522884523
Octal23054340107122501010543
Binary100110001011001110001000111101001010100010001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,44,28); }

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

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

 a { background-color: rgb(152,44,28); }

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

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

 span { border-color: rgb(152,44,28); }

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