#52552D

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

Shades of Saratoga #52552D

Tints of Saratoga #52552D

Color information

#52552D (or 0x52552D) is unknown color: approx Saratoga. HEX triplet: 52, 55 and 2D. RGB value is (82,85,45). Sum of RGB (Red+Green+Blue) = 82+85+45=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #52552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552D is #ADAAD2. Grayscale: #4F4F4F. Windows color (decimal): -11381459 or 2970962. OLE color: 2970962.

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

Color convert

RGB828545-
CMYK0.0400.470.67
HSL64.5º30.77%25.49%-
HSV(B)64.5º47.06%33.33%-
XYZ7.28.483.74-
YUV79.54108.51129.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=38.68%
G=40.09%
B=21.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285450.0400.470.6764.530.7725.49
Hex52552D402F43401f19
Octal1221255540571031003731
Binary101001010101011011011000101111100001110000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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