#535424

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

Shades of Saratoga #535424

Tints of Saratoga #535424

Color information

#535424 (or 0x535424) is unknown color: approx Saratoga. HEX triplet: 53, 54 and 24. RGB value is (83,84,36). Sum of RGB (Red+Green+Blue) = 83+84+36=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #535424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535424 is #ACABDB. Grayscale: #4E4E4E. Windows color (decimal): -11316188 or 2380883. OLE color: 2380883.

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

Color convert

RGB838436-
CMYK0.0100.570.67
HSL61.25º40%23.53%-
HSV(B)61.25º57.14%32.94%-
XYZ7.068.312.9-
YUV78.23104.17131.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=40.89%
G=41.38%
B=17.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384360.0100.570.6761.254023.53
Hex5354241039433d2818
Octal123124441071103755030
Binary1010011101010010010010111001100001111110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535424; }

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

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

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

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

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

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

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

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