#53552A

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

Shades of Saratoga #53552A

Tints of Saratoga #53552A

Color information

#53552A (or 0x53552A) is unknown color: approx Saratoga. HEX triplet: 53, 55 and 2A. RGB value is (83,85,42). Sum of RGB (Red+Green+Blue) = 83+85+42=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #53552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53552A is #ACAAD5. Grayscale: #4F4F4F. Windows color (decimal): -11315926 or 2774355. OLE color: 2774355.

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

Color convert

RGB838542-
CMYK0.0200.510.67
HSL62.79º33.86%24.9%-
HSV(B)62.79º50.59%33.33%-
XYZ7.238.53.45-
YUV79.5106.84130.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 42 (16.80% from 255) = 20%
R=39.52%
G=40.48%
B=20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385420.0200.510.6762.7933.8624.9
Hex53552A2033433f2219
Octal123125522063103774231
Binary10100111010101101010100110011100001111111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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