#525728

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

Shades of Saratoga #525728

Tints of Saratoga #525728

Color information

#525728 (or 0x525728) is unknown color: approx Saratoga. HEX triplet: 52, 57 and 28. RGB value is (82,87,40). Sum of RGB (Red+Green+Blue) = 82+87+40=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #525728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525728 is #ADA8D7. Grayscale: #505050. Windows color (decimal): -11380952 or 2643794. OLE color: 2643794.

HSL color Cylindrical-coordinate representation of color #525728: hue angle of 66.38º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525728 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB828740-
CMYK0.0600.540.66
HSL66.38º37.01%24.9%-
HSV(B)66.38º54.02%34.12%-
XYZ7.278.763.32-
YUV80.15105.34129.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=39.23%
G=41.63%
B=19.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287400.0600.540.6666.3837.0124.9
Hex525728603642422519
Octal1221275060661021024531
Binary1010010101011110100011001101101000010100001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525728; }

 p { color: rgb(82,87,40); }

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

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

 a { background-color: rgb(82,87,40); }

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

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

 span { border-color: rgb(82,87,40); }

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