#52592E

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

Shades of Saratoga #52592E

Tints of Saratoga #52592E

Color information

#52592E (or 0x52592E) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 2E. RGB value is (82,89,46). Sum of RGB (Red+Green+Blue) = 82+89+46=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #52592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52592E is #ADA6D1. Grayscale: #525252. Windows color (decimal): -11380434 or 3037522. OLE color: 3037522.

HSL color Cylindrical-coordinate representation of color #52592E: hue angle of 69.77º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52592E is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB828946-
CMYK0.0800.480.65
HSL69.77º31.85%26.47%-
HSV(B)69.77º48.31%34.9%-
XYZ7.559.143.95-
YUV82107.68128-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=37.79%
G=41.01%
B=21.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289460.0800.480.6569.7731.8526.47
Hex52592E80304146201a
Octal12213156100601011064032
Binary10100101011001101110100001100001000001100011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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