#535626

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

Shades of Saratoga #535626

Tints of Saratoga #535626

Color information

#535626 (or 0x535626) is unknown color: approx Saratoga. HEX triplet: 53, 56 and 26. RGB value is (83,86,38). Sum of RGB (Red+Green+Blue) = 83+86+38=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #535626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535626 is #ACA9D9. Grayscale: #4F4F4F. Windows color (decimal): -11315674 or 2512467. OLE color: 2512467.

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

Color convert

RGB838638-
CMYK0.0300.560.66
HSL63.75º38.71%24.31%-
HSV(B)63.75º55.81%33.73%-
XYZ7.248.633.12-
YUV79.63104.51130.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=40.10%
G=41.55%
B=18.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386380.0300.560.6663.7538.7124.31
Hex535626303842402718
Octal1231264630701021004730
Binary101001110101101001101101110001000010100000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535626; }

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

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

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

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

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

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

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

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