#535624

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

Shades of Saratoga #535624

Tints of Saratoga #535624

Color information

#535624 (or 0x535624) is unknown color: approx Saratoga. HEX triplet: 53, 56 and 24. RGB value is (83,86,36). Sum of RGB (Red+Green+Blue) = 83+86+36=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #535624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535624 is #ACA9DB. Grayscale: #4F4F4F. Windows color (decimal): -11315676 or 2381395. OLE color: 2381395.

HSL color Cylindrical-coordinate representation of color #535624: hue angle of 63.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535624 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB838636-
CMYK0.0300.580.66
HSL63.6º40.98%23.92%-
HSV(B)63.6º58.14%33.73%-
XYZ7.218.622.95-
YUV79.4103.51130.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=40.49%
G=41.95%
B=17.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386360.0300.580.6663.640.9823.92
Hex535624303A42402918
Octal1231264430721021005130
Binary101001110101101001001101110101000010100000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535624; }

 p { color: rgb(83,86,36); }

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

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

 a { background-color: rgb(83,86,36); }

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

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

 span { border-color: rgb(83,86,36); }

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