#842F1A

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

Shades of Burnt Umber #842F1A

Tints of Burnt Umber #842F1A

Color information

#842F1A (or 0x842F1A) is unknown color: approx Burnt Umber. HEX triplet: 84, 2F and 1A. RGB value is (132,47,26). Sum of RGB (Red+Green+Blue) = 132+47+26=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F1A is #7BD0E5. Grayscale: #464646. Windows color (decimal): -8114406 or 1716100. OLE color: 1716100.

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

Color convert

RGB1324726-
CMYK00.640.800.48
HSL11.89º67.09%30.98%-
HSV(B)11.89º80.3%51.76%-
XYZ10.727.011.77-
YUV70.02103.16172.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=64.39%
G=22.93%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132472600.640.800.4811.8967.0930.98
Hex842F1A0405030c431f
Octal20457320100120601410337
Binary10000100101111110100100000010100001100001100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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