#53592C

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

Shades of Saratoga #53592C

Tints of Saratoga #53592C

Color information

#53592C (or 0x53592C) is unknown color: approx Saratoga. HEX triplet: 53, 59 and 2C. RGB value is (83,89,44). Sum of RGB (Red+Green+Blue) = 83+89+44=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #53592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53592C is #ACA6D3. Grayscale: #525252. Windows color (decimal): -11314900 or 2906451. OLE color: 2906451.

HSL color Cylindrical-coordinate representation of color #53592C: hue angle of 68º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53592C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB838944-
CMYK0.0700.510.65
HSL68º33.83%26.08%-
HSV(B)68º50.56%34.9%-
XYZ7.599.173.75-
YUV82.08106.51128.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=38.43%
G=41.20%
B=20.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389440.0700.510.656833.8326.08
Hex53592C70334144221a
Octal1231315470631011044232
Binary1010011101100110110011101100111000001100010010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53592C; }

 p { color: rgb(83,89,44); }

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

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

 a { background-color: rgb(83,89,44); }

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

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

 span { border-color: rgb(83,89,44); }

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