#525634

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

Shades of Saratoga #525634

Tints of Saratoga #525634

Color information

#525634 (or 0x525634) is unknown color: approx Saratoga. HEX triplet: 52, 56 and 34. RGB value is (82,86,52). Sum of RGB (Red+Green+Blue) = 82+86+52=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #525634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525634 is #ADA9CB. Grayscale: #515151. Windows color (decimal): -11381196 or 3429970. OLE color: 3429970.

HSL color Cylindrical-coordinate representation of color #525634: hue angle of 67.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525634 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB828652-
CMYK0.0500.400.66
HSL67.06º24.64%27.06%-
HSV(B)67.06º39.53%33.73%-
XYZ7.438.74.54-
YUV80.93111.67128.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=37.27%
G=39.09%
B=23.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286520.0500.400.6667.0624.6427.06
Hex52563450284243191b
Octal1221266450501021033133
Binary101001010101101101001010101000100001010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525634; }

 p { color: rgb(82,86,52); }

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

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

 a { background-color: rgb(82,86,52); }

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

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

 span { border-color: rgb(82,86,52); }

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