#525B34

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

Shades of Saratoga #525B34

Tints of Saratoga #525B34

Color information

#525B34 (or 0x525B34) is unknown color: approx Saratoga. HEX triplet: 52, 5B and 34. RGB value is (82,91,52). Sum of RGB (Red+Green+Blue) = 82+91+52=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #525B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B34 is #ADA4CB. Grayscale: #545454. Windows color (decimal): -11379916 or 3431250. OLE color: 3431250.

HSL color Cylindrical-coordinate representation of color #525B34: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #525B34 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB829152-
CMYK0.1000.430.64
HSL73.85º27.27%28.04%-
HSV(B)73.85º42.86%35.69%-
XYZ7.849.524.67-
YUV83.86110.02126.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=36.44%
G=40.44%
B=23.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291520.1000.430.6473.8527.2728.04
Hex525B34A02B404a1b1c
Octal12213364120531001123334
Binary1010010101101111010010100101011100000010010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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