#842F28

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

Shades of Burnt Umber #842F28

Tints of Burnt Umber #842F28

Color information

#842F28 (or 0x842F28) is unknown color: approx Burnt Umber. HEX triplet: 84, 2F and 28. RGB value is (132,47,40). Sum of RGB (Red+Green+Blue) = 132+47+40=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F28 is #7BD0D7. Grayscale: #474747. Windows color (decimal): -8114392 or 2633604. OLE color: 2633604.

HSL color Cylindrical-coordinate representation of color #842F28: hue angle of 4.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842F28 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1324740-
CMYK00.640.700.48
HSL4.57º53.49%33.73%-
HSV(B)4.57º69.7%51.76%-
XYZ10.927.092.8-
YUV71.62110.16171.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=60.27%
G=21.46%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132474000.640.700.484.5753.4933.73
Hex842F28040463053522
Octal204575001001066056542
Binary10000100101111101000010000001000110110000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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