#535426

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

Shades of Saratoga #535426

Tints of Saratoga #535426

Color information

#535426 (or 0x535426) is unknown color: approx Saratoga. HEX triplet: 53, 54 and 26. RGB value is (83,84,38). Sum of RGB (Red+Green+Blue) = 83+84+38=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #535426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535426 is #ACABD9. Grayscale: #4E4E4E. Windows color (decimal): -11316186 or 2511955. OLE color: 2511955.

HSL color Cylindrical-coordinate representation of color #535426: hue angle of 61.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535426 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB838438-
CMYK0.0100.550.67
HSL61.3º37.7%23.92%-
HSV(B)61.3º54.76%32.94%-
XYZ7.098.323.07-
YUV78.46105.17131.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=40.49%
G=40.98%
B=18.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384380.0100.550.6761.337.723.92
Hex5354261037433d2618
Octal123124461067103754630
Binary1010011101010010011010110111100001111110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535426; }

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

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

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

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

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

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

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

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