#525A32

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

Shades of Saratoga #525A32

Tints of Saratoga #525A32

Color information

#525A32 (or 0x525A32) is unknown color: approx Saratoga. HEX triplet: 52, 5A and 32. RGB value is (82,90,50). Sum of RGB (Red+Green+Blue) = 82+90+50=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #525A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A32 is #ADA5CD. Grayscale: #535353. Windows color (decimal): -11380174 or 3299922. OLE color: 3299922.

HSL color Cylindrical-coordinate representation of color #525A32: hue angle of 72º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525A32 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB829050-
CMYK0.0900.440.65
HSL72º28.57%27.45%-
HSV(B)72º44.44%35.29%-
XYZ7.719.344.41-
YUV83.05109.35127.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=36.94%
G=40.54%
B=22.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290500.0900.440.657228.5727.45
Hex525A32902C41481d1b
Octal12213262110541011103533
Binary1010010101101011001010010101100100000110010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A32; }

 p { color: rgb(82,90,50); }

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

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

 a { background-color: rgb(82,90,50); }

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

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

 span { border-color: rgb(82,90,50); }

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