#523435

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

Shades of Heath #523435

Tints of Heath #523435

Color information

#523435 (or 0x523435) is unknown color: approx Heath. HEX triplet: 52, 34 and 35. RGB value is (82,52,53). Sum of RGB (Red+Green+Blue) = 82+52+53=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523435 is #ADCBCA. Grayscale: #3D3D3D. Windows color (decimal): -11389899 or 3486802. OLE color: 3486802.

HSL color Cylindrical-coordinate representation of color #523435: hue angle of 358º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523435 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB825253-
CMYK00.370.350.68
HSL358º22.39%26.27%-
HSV(B)358º36.59%32.16%-
XYZ5.354.513.96-
YUV61.08123.44142.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=43.85%
G=27.81%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82525300.370.350.6835822.3926.27
Hex5234350252344166161a
Octal1226465045431045462632
Binary1010010110100110101010010110001110001001011001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523435; }

 p { color: rgb(82,52,53); }

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

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

 a { background-color: rgb(82,52,53); }

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

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

 span { border-color: rgb(82,52,53); }

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