#525935

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

Shades of Saratoga #525935

Tints of Saratoga #525935

Color information

#525935 (or 0x525935) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 35. RGB value is (82,89,53). Sum of RGB (Red+Green+Blue) = 82+89+53=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #525935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525935 is #ADA6CA. Grayscale: #525252. Windows color (decimal): -11380427 or 3496274. OLE color: 3496274.

HSL color Cylindrical-coordinate representation of color #525935: hue angle of 71.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525935 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB828953-
CMYK0.0800.400.65
HSL71.67º25.35%27.84%-
HSV(B)71.67º40.45%34.9%-
XYZ7.699.24.74-
YUV82.8111.18127.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 53 (21.09% from 255) = 23.66%
R=36.61%
G=39.73%
B=23.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289530.0800.400.6571.6725.3527.84
Hex52593580284148191c
Octal12213165100501011103134
Binary1010010101100111010110000101000100000110010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525935; }

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

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

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

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

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

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

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

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