#52552F

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

Shades of Saratoga #52552F

Tints of Saratoga #52552F

Color information

#52552F (or 0x52552F) is unknown color: approx Saratoga. HEX triplet: 52, 55 and 2F. RGB value is (82,85,47). Sum of RGB (Red+Green+Blue) = 82+85+47=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #52552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552F is #ADAAD0. Grayscale: #4F4F4F. Windows color (decimal): -11381457 or 3102034. OLE color: 3102034.

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

Color convert

RGB828547-
CMYK0.0400.450.67
HSL64.74º28.79%25.88%-
HSV(B)64.74º44.71%33.33%-
XYZ7.248.53.95-
YUV79.77109.51129.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=38.32%
G=39.72%
B=21.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285470.0400.450.6764.7428.7925.88
Hex52552F402D43411d1a
Octal1221255740551031013532
Binary101001010101011011111000101101100001110000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52552F; }

 p { color: rgb(82,85,47); }

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

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

 a { background-color: rgb(82,85,47); }

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

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

 span { border-color: rgb(82,85,47); }

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