#52272E

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

Shades of Heath #52272E

Tints of Heath #52272E

Color information

#52272E (or 0x52272E) is unknown color: approx Heath. HEX triplet: 52, 27 and 2E. RGB value is (82,39,46). Sum of RGB (Red+Green+Blue) = 82+39+46=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52272E is #ADD8D1. Grayscale: #343434. Windows color (decimal): -11393234 or 3024722. OLE color: 3024722.

HSL color Cylindrical-coordinate representation of color #52272E: hue angle of 350.23º 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 #52272E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB823946-
CMYK00.520.440.68
HSL350.23º35.54%23.73%-
HSV(B)350.23º52.44%32.16%-
XYZ4.73.443-
YUV52.66124.25148.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=49.10%
G=23.35%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82394600.520.440.68350.2335.5423.73
Hex52272E0342C4415e2418
Octal1224756064541045364430
Binary10100101001111011100110100101100100010010101111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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