#842A0F

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

Shades of Burnt Umber #842A0F

Tints of Burnt Umber #842A0F

Color information

#842A0F (or 0x842A0F) is unknown color: approx Burnt Umber. HEX triplet: 84, 2A and 0F. RGB value is (132,42,15). Sum of RGB (Red+Green+Blue) = 132+42+15=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #842A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842A0F is #7BD5F0. Grayscale: #424242. Windows color (decimal): -8115697 or 993924. OLE color: 993924.

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

Color convert

RGB1324215-
CMYK00.680.890.48
HSL13.85º79.59%28.82%-
HSV(B)13.85º88.64%51.76%-
XYZ10.436.61.18-
YUV65.8399.32175.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.84%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=69.84%
G=22.22%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132421500.680.890.4813.8579.5928.82
Hex842AF0445930e501d
Octal20452170104131601612035
Binary1000010010101011110100010010110011100001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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