#525D23

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

Shades of Saratoga #525D23

Tints of Saratoga #525D23

Color information

#525D23 (or 0x525D23) is unknown color: approx Saratoga. HEX triplet: 52, 5D and 23. RGB value is (82,93,35). Sum of RGB (Red+Green+Blue) = 82+93+35=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #525D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D23 is #ADA2DC. Grayscale: #535353. Windows color (decimal): -11379421 or 2317650. OLE color: 2317650.

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

Color convert

RGB829335-
CMYK0.1200.620.64
HSL71.38º45.31%25.1%-
HSV(B)71.38º62.37%36.47%-
XYZ7.79.743.07-
YUV83.1100.86127.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=39.05%
G=44.29%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293350.1200.620.6471.3845.3125.1
Hex525D23C03E40472d19
Octal12213543140761001075531
Binary10100101011101100011110001111101000000100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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