#525930

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

Shades of Saratoga #525930

Tints of Saratoga #525930

Color information

#525930 (or 0x525930) is unknown color: approx Saratoga. HEX triplet: 52, 59 and 30. RGB value is (82,89,48). Sum of RGB (Red+Green+Blue) = 82+89+48=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #525930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525930 is #ADA6CF. Grayscale: #525252. Windows color (decimal): -11380432 or 3168594. OLE color: 3168594.

HSL color Cylindrical-coordinate representation of color #525930: hue angle of 70.24º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525930 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB828948-
CMYK0.0800.460.65
HSL70.24º29.93%26.86%-
HSV(B)70.24º46.07%34.9%-
XYZ7.599.154.16-
YUV82.23108.68127.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=37.44%
G=40.64%
B=21.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289480.0800.460.6570.2429.9326.86
Hex525930802E41461e1b
Octal12213160100561011063633
Binary1010010101100111000010000101110100000110001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525930; }

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

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

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

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

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

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

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

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