#525C23

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

Shades of Saratoga #525C23

Tints of Saratoga #525C23

Color information

#525C23 (or 0x525C23) is unknown color: approx Saratoga. HEX triplet: 52, 5C and 23. RGB value is (82,92,35). Sum of RGB (Red+Green+Blue) = 82+92+35=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #525C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C23 is #ADA3DC. Grayscale: #525252. Windows color (decimal): -11379677 or 2317394. OLE color: 2317394.

HSL color Cylindrical-coordinate representation of color #525C23: hue angle of 70.53º 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 #525C23 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB829235-
CMYK0.1100.620.64
HSL70.53º44.88%24.9%-
HSV(B)70.53º61.96%36.08%-
XYZ7.619.573.04-
YUV82.51101.19127.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=39.23%
G=44.02%
B=16.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292350.1100.620.6470.5344.8824.9
Hex525C23B03E40472d19
Octal12213443130761001075531
Binary10100101011100100011101101111101000000100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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