#53602F

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

Shades of Saratoga #53602F

Tints of Saratoga #53602F

Color information

#53602F (or 0x53602F) is unknown color: approx Saratoga. HEX triplet: 53, 60 and 2F. RGB value is (83,96,47). Sum of RGB (Red+Green+Blue) = 83+96+47=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #53602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53602F is #AC9FD0. Grayscale: #565656. Windows color (decimal): -11313105 or 3104851. OLE color: 3104851.

HSL color Cylindrical-coordinate representation of color #53602F: hue angle of 75.92º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53602F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB839647-
CMYK0.1400.510.62
HSL75.92º34.27%28.04%-
HSV(B)75.92º51.04%37.65%-
XYZ8.2610.414.26-
YUV86.53105.69125.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=36.73%
G=42.48%
B=20.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396470.1400.510.6275.9234.2728.04
Hex53602FE0333E4c221c
Octal1231405716063761144234
Binary1010011110000010111111100110011111110100110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53602F; }

 p { color: rgb(83,96,47); }

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

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

 a { background-color: rgb(83,96,47); }

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

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

 span { border-color: rgb(83,96,47); }

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