#52602C

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

Shades of Saratoga #52602C

Tints of Saratoga #52602C

Color information

#52602C (or 0x52602C) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 2C. RGB value is (82,96,44). Sum of RGB (Red+Green+Blue) = 82+96+44=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #52602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52602C is #AD9FD3. Grayscale: #565656. Windows color (decimal): -11378644 or 2908242. OLE color: 2908242.

HSL color Cylindrical-coordinate representation of color #52602C: hue angle of 76.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52602C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB829644-
CMYK0.1500.540.62
HSL76.15º37.14%27.45%-
HSV(B)76.15º54.17%37.65%-
XYZ8.1210.343.95-
YUV85.89104.36125.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=36.94%
G=43.24%
B=19.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296440.1500.540.6276.1537.1427.45
Hex52602CF0363E4c251b
Octal1221405417066761144533
Binary1010010110000010110011110110110111110100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52602C; }

 p { color: rgb(82,96,44); }

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

<style>
 a { background-color: #52602C; }

 a { background-color: rgb(82,96,44); }

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

<style>
 span { border-color: #52602C; }

 span { border-color: rgb(82,96,44); }

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