#525D26

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

Shades of Saratoga #525D26

Tints of Saratoga #525D26

Color information

#525D26 (or 0x525D26) is unknown color: approx Saratoga. HEX triplet: 52, 5D and 26. RGB value is (82,93,38). Sum of RGB (Red+Green+Blue) = 82+93+38=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #525D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D26 is #ADA2D9. Grayscale: #535353. Windows color (decimal): -11379418 or 2514258. OLE color: 2514258.

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

Color convert

RGB829338-
CMYK0.1200.590.64
HSL72º41.98%25.69%-
HSV(B)72º59.14%36.47%-
XYZ7.749.763.31-
YUV83.44102.36126.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=38.50%
G=43.66%
B=17.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293380.1200.590.647241.9825.69
Hex525D26C03B40482a1a
Octal12213546140731001105232
Binary10100101011101100110110001110111000000100100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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