#52272C

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

Shades of Heath #52272C

Tints of Heath #52272C

Color information

#52272C (or 0x52272C) is unknown color: approx Heath. HEX triplet: 52, 27 and 2C. RGB value is (82,39,44). Sum of RGB (Red+Green+Blue) = 82+39+44=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52272C is #ADD8D3. Grayscale: #343434. Windows color (decimal): -11393236 or 2893650. OLE color: 2893650.

HSL color Cylindrical-coordinate representation of color #52272C: hue angle of 353.02º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52272C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB823944-
CMYK00.520.460.68
HSL353.02º35.54%23.73%-
HSV(B)353.02º52.44%32.16%-
XYZ4.663.432.8-
YUV52.43123.25149.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=49.70%
G=23.64%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82394400.520.460.68353.0235.5423.73
Hex52272C0342E441612418
Octal1224754064561045414430
Binary10100101001111011000110100101110100010010110000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52272C; }

 p { color: rgb(82,39,44); }

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

<style>
 a { background-color: #52272C; }

 a { background-color: rgb(82,39,44); }

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

<style>
 span { border-color: #52272C; }

 span { border-color: rgb(82,39,44); }

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