#52552E

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

Shades of Saratoga #52552E

Tints of Saratoga #52552E

Color information

#52552E (or 0x52552E) is unknown color: approx Saratoga. HEX triplet: 52, 55 and 2E. RGB value is (82,85,46). Sum of RGB (Red+Green+Blue) = 82+85+46=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #52552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552E is #ADAAD1. Grayscale: #4F4F4F. Windows color (decimal): -11381458 or 3036498. OLE color: 3036498.

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

Color convert

RGB828546-
CMYK0.0400.460.67
HSL64.62º29.77%25.69%-
HSV(B)64.62º45.88%33.33%-
XYZ7.228.493.84-
YUV79.66109.01129.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=38.50%
G=39.91%
B=21.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285460.0400.460.6764.6229.7725.69
Hex52552E402E43411e1a
Octal1221255640561031013632
Binary101001010101011011101000101110100001110000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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