#525C2A

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

Shades of Saratoga #525C2A

Tints of Saratoga #525C2A

Color information

#525C2A (or 0x525C2A) is unknown color: approx Saratoga. HEX triplet: 52, 5C and 2A. RGB value is (82,92,42). Sum of RGB (Red+Green+Blue) = 82+92+42=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #525C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C2A is #ADA3D5. Grayscale: #535353. Windows color (decimal): -11379670 or 2776146. OLE color: 2776146.

HSL color Cylindrical-coordinate representation of color #525C2A: hue angle of 72º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525C2A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB829242-
CMYK0.1100.540.64
HSL72º37.31%26.27%-
HSV(B)72º54.35%36.08%-
XYZ7.729.623.64-
YUV83.31104.69127.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=37.96%
G=42.59%
B=19.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292420.1100.540.647237.3126.27
Hex525C2AB0364048251a
Octal12213452130661001104532
Binary10100101011100101010101101101101000000100100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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