#535A36

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

Shades of Saratoga #535A36

Tints of Saratoga #535A36

Color information

#535A36 (or 0x535A36) is unknown color: approx Saratoga. HEX triplet: 53, 5A and 36. RGB value is (83,90,54). Sum of RGB (Red+Green+Blue) = 83+90+54=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #535A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A36 is #ACA5C9. Grayscale: #535353. Windows color (decimal): -11314634 or 3562067. OLE color: 3562067.

HSL color Cylindrical-coordinate representation of color #535A36: hue angle of 71.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535A36 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB839054-
CMYK0.0800.400.65
HSL71.67º25%28.24%-
HSV(B)71.67º40%35.29%-
XYZ7.899.424.89-
YUV83.8111.18127.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=36.56%
G=39.65%
B=23.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390540.0800.400.6571.672528.24
Hex535A3680284148191c
Octal12313266100501011103134
Binary1010011101101011011010000101000100000110010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535A36; }

 p { color: rgb(83,90,54); }

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

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

 a { background-color: rgb(83,90,54); }

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

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

 span { border-color: rgb(83,90,54); }

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