#525A33

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

Shades of Saratoga #525A33

Tints of Saratoga #525A33

Color information

#525A33 (or 0x525A33) is unknown color: approx Saratoga. HEX triplet: 52, 5A and 33. RGB value is (82,90,51). Sum of RGB (Red+Green+Blue) = 82+90+51=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #525A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A33 is #ADA5CC. Grayscale: #535353. Windows color (decimal): -11380173 or 3365458. OLE color: 3365458.

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

Color convert

RGB829051-
CMYK0.0900.430.65
HSL72.31º27.66%27.65%-
HSV(B)72.31º43.33%35.29%-
XYZ7.739.354.53-
YUV83.16109.85127.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=36.77%
G=40.36%
B=22.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290510.0900.430.6572.3127.6627.65
Hex525A33902B41481c1c
Octal12213263110531011103434
Binary1010010101101011001110010101011100000110010001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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