#535529

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

Shades of Saratoga #535529

Tints of Saratoga #535529

Color information

#535529 (or 0x535529) is unknown color: approx Saratoga. HEX triplet: 53, 55 and 29. RGB value is (83,85,41). Sum of RGB (Red+Green+Blue) = 83+85+41=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #535529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535529 is #ACAAD6. Grayscale: #4F4F4F. Windows color (decimal): -11315927 or 2708819. OLE color: 2708819.

HSL color Cylindrical-coordinate representation of color #535529: hue angle of 62.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535529 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB838541-
CMYK0.0200.520.67
HSL62.73º34.92%24.71%-
HSV(B)62.73º51.76%33.33%-
XYZ7.228.53.36-
YUV79.39106.34130.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=39.71%
G=40.67%
B=19.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385410.0200.520.6762.7334.9224.71
Hex5355292034433f2319
Octal123125512064103774331
Binary10100111010101101001100110100100001111111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535529; }

 p { color: rgb(83,85,41); }

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

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

 a { background-color: rgb(83,85,41); }

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

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

 span { border-color: rgb(83,85,41); }

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