#532B2D

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

Shades of Heath #532B2D

Tints of Heath #532B2D

Color information

#532B2D (or 0x532B2D) is unknown color: approx Heath. HEX triplet: 53, 2B and 2D. RGB value is (83,43,45). Sum of RGB (Red+Green+Blue) = 83+43+45=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B2D is #ACD4D2. Grayscale: #373737. Windows color (decimal): -11326675 or 2960211. OLE color: 2960211.

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

Color convert

RGB834345-
CMYK00.480.460.67
HSL357º31.75%24.71%-
HSV(B)357º48.19%32.55%-
XYZ4.93.762.95-
YUV55.19122.25147.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=48.54%
G=25.15%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83434500.480.460.6735731.7524.71
Hex532B2D0302E431652019
Octal1235355060561035454031
Binary10100111010111011010110000101110100001110110010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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