#535736

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

Shades of Saratoga #535736

Tints of Saratoga #535736

Color information

#535736 (or 0x535736) is unknown color: approx Saratoga. HEX triplet: 53, 57 and 36. RGB value is (83,87,54). Sum of RGB (Red+Green+Blue) = 83+87+54=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #535736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535736 is #ACA8C9. Grayscale: #525252. Windows color (decimal): -11315402 or 3561299. OLE color: 3561299.

HSL color Cylindrical-coordinate representation of color #535736: hue angle of 67.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535736 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB838754-
CMYK0.0500.380.66
HSL67.27º23.4%27.65%-
HSV(B)67.27º37.93%34.12%-
XYZ7.648.924.81-
YUV82.04112.17128.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=37.05%
G=38.84%
B=24.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387540.0500.380.6667.2723.427.65
Hex53573650264243171c
Octal1231276650461021032734
Binary101001110101111101101010100110100001010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535736; }

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

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

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

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

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

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

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

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