#532A2D

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

Shades of Heath #532A2D

Tints of Heath #532A2D

Color information

#532A2D (or 0x532A2D) is unknown color: approx Heath. HEX triplet: 53, 2A and 2D. RGB value is (83,42,45). Sum of RGB (Red+Green+Blue) = 83+42+45=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A2D is #ACD5D2. Grayscale: #363636. Windows color (decimal): -11326931 or 2959955. OLE color: 2959955.

HSL color Cylindrical-coordinate representation of color #532A2D: hue angle of 355.61º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A2D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB834245-
CMYK00.490.460.67
HSL355.61º32.8%24.51%-
HSV(B)355.61º49.4%32.55%-
XYZ4.873.682.94-
YUV54.6122.58148.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=48.82%
G=24.71%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83424500.490.460.67355.6132.824.51
Hex532A2D0312E431642119
Octal1235255061561035444131
Binary10100111010101011010110001101110100001110110010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A2D; }

 p { color: rgb(83,42,45); }

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

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

 a { background-color: rgb(83,42,45); }

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

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

 span { border-color: rgb(83,42,45); }

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