#535928

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

Shades of Saratoga #535928

Tints of Saratoga #535928

Color information

#535928 (or 0x535928) is unknown color: approx Saratoga. HEX triplet: 53, 59 and 28. RGB value is (83,89,40). Sum of RGB (Red+Green+Blue) = 83+89+40=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #535928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535928 is #ACA6D7. Grayscale: #515151. Windows color (decimal): -11314904 or 2644307. OLE color: 2644307.

HSL color Cylindrical-coordinate representation of color #535928: hue angle of 67.35º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535928 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB838940-
CMYK0.0700.550.65
HSL67.35º37.98%25.29%-
HSV(B)67.35º55.06%34.9%-
XYZ7.529.143.37-
YUV81.62104.51128.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=39.15%
G=41.98%
B=18.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389400.0700.550.6567.3537.9825.29
Hex535928703741432619
Octal1231315070671011034631
Binary1010011101100110100011101101111000001100001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535928; }

 p { color: rgb(83,89,40); }

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

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

 a { background-color: rgb(83,89,40); }

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

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

 span { border-color: rgb(83,89,40); }

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