#53602E

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

Shades of Saratoga #53602E

Tints of Saratoga #53602E

Color information

#53602E (or 0x53602E) is unknown color: approx Saratoga. HEX triplet: 53, 60 and 2E. RGB value is (83,96,46). Sum of RGB (Red+Green+Blue) = 83+96+46=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #53602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53602E is #AC9FD1. Grayscale: #565656. Windows color (decimal): -11313106 or 3039315. OLE color: 3039315.

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

Color convert

RGB839646-
CMYK0.1400.520.62
HSL75.6º35.21%27.84%-
HSV(B)75.6º52.08%37.65%-
XYZ8.2410.44.16-
YUV86.41105.19125.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=36.89%
G=42.67%
B=20.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396460.1400.520.6275.635.2127.84
Hex53602EE0343E4c231c
Octal1231405616064761144334
Binary1010011110000010111011100110100111110100110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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