#57272E

Color #57272E Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #57272E

Tints of Heath #57272E

Color information

#57272E (or 0x57272E) is unknown color: approx Heath. HEX triplet: 57, 27 and 2E. RGB value is (87,39,46). Sum of RGB (Red+Green+Blue) = 87+39+46=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57272E is #A8D8D1. Grayscale: #363636. Windows color (decimal): -11065554 or 3024727. OLE color: 3024727.

HSL color Cylindrical-coordinate representation of color #57272E: hue angle of 351.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57272E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB873946-
CMYK00.550.470.66
HSL351.25º38.1%24.71%-
HSV(B)351.25º55.17%34.12%-
XYZ5.153.673.02-
YUV54.15123.4151.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=50.58%
G=22.67%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87394600.550.470.66351.2538.124.71
Hex57272E0372F4215f2619
Octal1274756067571025374631
Binary10101111001111011100110111101111100001010101111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57272E; }

 p { color: rgb(87,39,46); }

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

<style>
 a { background-color: #57272E; }

 a { background-color: rgb(87,39,46); }

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

<style>
 span { border-color: #57272E; }

 span { border-color: rgb(87,39,46); }

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