#842F27

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

Shades of Burnt Umber #842F27

Tints of Burnt Umber #842F27

Color information

#842F27 (or 0x842F27) is unknown color: approx Burnt Umber. HEX triplet: 84, 2F and 27. RGB value is (132,47,39). Sum of RGB (Red+Green+Blue) = 132+47+39=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F27 is #7BD0D8. Grayscale: #474747. Windows color (decimal): -8114393 or 2568068. OLE color: 2568068.

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

Color convert

RGB1324739-
CMYK00.640.700.48
HSL5.16º54.39%33.53%-
HSV(B)5.16º70.45%51.76%-
XYZ10.97.092.71-
YUV71.5109.66171.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=60.55%
G=21.56%
B=17.89%

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
Decimal132473900.640.700.485.1654.3933.53
Hex842F27040463053622
Octal204574701001066056642
Binary10000100101111100111010000001000110110000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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