#842C0F

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

Shades of Burnt Umber #842C0F

Tints of Burnt Umber #842C0F

Color information

#842C0F (or 0x842C0F) is unknown color: approx Burnt Umber. HEX triplet: 84, 2C and 0F. RGB value is (132,44,15). Sum of RGB (Red+Green+Blue) = 132+44+15=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #842C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C0F is #7BD3F0. Grayscale: #434343. Windows color (decimal): -8115185 or 994436. OLE color: 994436.

HSL color Cylindrical-coordinate representation of color #842C0F: hue angle of 14.87º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #842C0F is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1324415-
CMYK00.670.890.48
HSL14.87º79.59%28.82%-
HSV(B)14.87º88.64%51.76%-
XYZ10.56.741.2-
YUV67.0198.65174.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.11%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=69.11%
G=23.04%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132441500.670.890.4814.8779.5928.82
Hex842CF0435930f501d
Octal20454170103131601712035
Binary1000010010110011110100001110110011100001111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842C0F; }

 p { color: rgb(132,44,15); }

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

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

 a { background-color: rgb(132,44,15); }

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

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

 span { border-color: rgb(132,44,15); }

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