#53552E

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

Shades of Saratoga #53552E

Tints of Saratoga #53552E

Color information

#53552E (or 0x53552E) is unknown color: approx Saratoga. HEX triplet: 53, 55 and 2E. RGB value is (83,85,46). Sum of RGB (Red+Green+Blue) = 83+85+46=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #53552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53552E is #ACAAD1. Grayscale: #505050. Windows color (decimal): -11315922 or 3036499. OLE color: 3036499.

HSL color Cylindrical-coordinate representation of color #53552E: hue angle of 63.08º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53552E is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB838546-
CMYK0.0200.460.67
HSL63.08º29.77%25.69%-
HSV(B)63.08º45.88%33.33%-
XYZ7.318.533.85-
YUV79.96108.84130.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=38.79%
G=39.72%
B=21.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385460.0200.460.6763.0829.7725.69
Hex53552E202E433f1e1a
Octal123125562056103773632
Binary1010011101010110111010010111010000111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53552E; }

 p { color: rgb(83,85,46); }

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

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

 a { background-color: rgb(83,85,46); }

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

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

 span { border-color: rgb(83,85,46); }

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