#525D34

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

Shades of Saratoga #525D34

Tints of Saratoga #525D34

Color information

#525D34 (or 0x525D34) is unknown color: approx Saratoga. HEX triplet: 52, 5D and 34. RGB value is (82,93,52). Sum of RGB (Red+Green+Blue) = 82+93+52=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #525D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D34 is #ADA2CB. Grayscale: #555555. Windows color (decimal): -11379404 or 3431762. OLE color: 3431762.

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

Color convert

RGB829352-
CMYK0.1200.440.64
HSL76.1º28.28%28.43%-
HSV(B)76.1º44.09%36.47%-
XYZ8.019.874.73-
YUV85.04109.36125.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=36.12%
G=40.97%
B=22.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293520.1200.440.6476.128.2828.43
Hex525D34C02C404c1c1c
Octal12213564140541001143434
Binary1010010101110111010011000101100100000010011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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