#52602A

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

Shades of Saratoga #52602A

Tints of Saratoga #52602A

Color information

#52602A (or 0x52602A) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 2A. RGB value is (82,96,42). Sum of RGB (Red+Green+Blue) = 82+96+42=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #52602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52602A is #AD9FD5. Grayscale: #555555. Windows color (decimal): -11378646 or 2777170. OLE color: 2777170.

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

Color convert

RGB829642-
CMYK0.1500.560.62
HSL75.56º39.13%27.06%-
HSV(B)75.56º56.25%37.65%-
XYZ8.0810.333.76-
YUV85.66103.36125.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=37.27%
G=43.64%
B=19.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296420.1500.560.6275.5639.1327.06
Hex52602AF0383E4c271b
Octal1221405217070761144733
Binary1010010110000010101011110111000111110100110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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