#532E2F

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

Shades of Heath #532E2F

Tints of Heath #532E2F

Color information

#532E2F (or 0x532E2F) is unknown color: approx Heath. HEX triplet: 53, 2E and 2F. RGB value is (83,46,47). Sum of RGB (Red+Green+Blue) = 83+46+47=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E2F is #ACD1D0. Grayscale: #393939. Windows color (decimal): -11325905 or 3092051. OLE color: 3092051.

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

Color convert

RGB834647-
CMYK00.450.430.67
HSL358.38º28.68%25.29%-
HSV(B)358.38º44.58%32.55%-
XYZ5.0643.19-
YUV57.18122.26146.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=47.16%
G=26.14%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83464700.450.430.67358.3828.6825.29
Hex532E2F02D2B431661d19
Octal1235657055531035463531
Binary1010011101110101111010110110101110000111011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,46,47); }

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

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

 a { background-color: rgb(83,46,47); }

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

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

 span { border-color: rgb(83,46,47); }

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