#525E2D

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

Shades of Saratoga #525E2D

Tints of Saratoga #525E2D

Color information

#525E2D (or 0x525E2D) is unknown color: approx Saratoga. HEX triplet: 52, 5E and 2D. RGB value is (82,94,45). Sum of RGB (Red+Green+Blue) = 82+94+45=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #525E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E2D is #ADA1D2. Grayscale: #555555. Windows color (decimal): -11379155 or 2973266. OLE color: 2973266.

HSL color Cylindrical-coordinate representation of color #525E2D: hue angle of 74.69º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525E2D is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB829445-
CMYK0.1300.520.63
HSL74.69º35.25%27.25%-
HSV(B)74.69º52.13%36.86%-
XYZ7.969.993.99-
YUV84.83105.52125.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 94 (37.11% from 255) = 42.53%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=37.10%
G=42.53%
B=20.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8294450.1300.520.6374.6935.2527.25
Hex525E2DD0343F4b231b
Octal1221365515064771134333
Binary1010010101111010110111010110100111111100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,45); }

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

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

 a { background-color: rgb(82,94,45); }

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

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

 span { border-color: rgb(82,94,45); }

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