#842F0F

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

Shades of Burnt Umber #842F0F

Tints of Burnt Umber #842F0F

Color information

#842F0F (or 0x842F0F) is unknown color: approx Burnt Umber. HEX triplet: 84, 2F and 0F. RGB value is (132,47,15). Sum of RGB (Red+Green+Blue) = 132+47+15=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #842F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842F0F is #7BD0F0. Grayscale: #444444. Windows color (decimal): -8114417 or 995204. OLE color: 995204.

HSL color Cylindrical-coordinate representation of color #842F0F: hue angle of 16.41º 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 #842F0F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1324715-
CMYK00.640.890.48
HSL16.41º79.59%28.82%-
HSV(B)16.41º88.64%51.76%-
XYZ10.626.971.24-
YUV68.7797.66173.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.04%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=68.04%
G=24.23%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132471500.640.890.4816.4179.5928.82
Hex842FF040593010501d
Octal20457170100131602012035
Binary10000100101111111101000000101100111000010000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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