#525E32

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

Shades of Saratoga #525E32

Tints of Saratoga #525E32

Color information

#525E32 (or 0x525E32) is unknown color: approx Saratoga. HEX triplet: 52, 5E and 32. RGB value is (82,94,50). Sum of RGB (Red+Green+Blue) = 82+94+50=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #525E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E32 is #ADA1CD. Grayscale: #555555. Windows color (decimal): -11379150 or 3300946. OLE color: 3300946.

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

Color convert

RGB829450-
CMYK0.1300.470.63
HSL76.36º30.56%28.24%-
HSV(B)76.36º46.81%36.86%-
XYZ8.0610.034.53-
YUV85.4108.02125.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 94 (37.11% from 255) = 41.59%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=36.28%
G=41.59%
B=22.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8294500.1300.470.6376.3630.5628.24
Hex525E32D02F3F4c1f1c
Octal1221366215057771143734
Binary101001010111101100101101010111111111110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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