#535C34

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

Shades of Saratoga #535C34

Tints of Saratoga #535C34

Color information

#535C34 (or 0x535C34) is unknown color: approx Saratoga. HEX triplet: 53, 5C and 34. RGB value is (83,92,52). Sum of RGB (Red+Green+Blue) = 83+92+52=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #535C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C34 is #ACA3CB. Grayscale: #545454. Windows color (decimal): -11314124 or 3431507. OLE color: 3431507.

HSL color Cylindrical-coordinate representation of color #535C34: hue angle of 73.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #535C34 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB839252-
CMYK0.1000.430.64
HSL73.5º27.78%28.24%-
HSV(B)73.5º43.48%36.08%-
XYZ8.019.744.71-
YUV84.75109.52126.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=36.56%
G=40.53%
B=22.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8392520.1000.430.6473.527.7828.24
Hex535C34A02B404a1c1c
Octal12313464120531001123434
Binary1010011101110011010010100101011100000010010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,92,52); }

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

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

 a { background-color: rgb(83,92,52); }

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

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

 span { border-color: rgb(83,92,52); }

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