#842F0E

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

Shades of Burnt Umber #842F0E

Tints of Burnt Umber #842F0E

Color information

#842F0E (or 0x842F0E) is unknown color: approx Burnt Umber. HEX triplet: 84, 2F and 0E. RGB value is (132,47,14). Sum of RGB (Red+Green+Blue) = 132+47+14=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #842F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842F0E is #7BD0F1. Grayscale: #444444. Windows color (decimal): -8114418 or 929668. OLE color: 929668.

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

Color convert

RGB1324714-
CMYK00.640.890.48
HSL16.78º80.82%28.63%-
HSV(B)16.78º89.39%51.76%-
XYZ10.616.971.2-
YUV68.6597.16173.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=68.39%
G=24.35%
B=7.25%

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
Decimal132471400.640.890.4816.7880.8228.63
Hex842FE040593011511d
Octal20457160100131602112135
Binary10000100101111111001000000101100111000010001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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