#5C662A

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

Shades of Saratoga #5C662A

Tints of Saratoga #5C662A

Color information

#5C662A (or 0x5C662A) is unknown color: approx Saratoga. HEX triplet: 5C, 66 and 2A. RGB value is (92,102,42). Sum of RGB (Red+Green+Blue) = 92+102+42=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #5C662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C662A is #A399D5. Grayscale: #5C5C5C. Windows color (decimal): -10721750 or 2778716. OLE color: 2778716.

HSL color Cylindrical-coordinate representation of color #5C662A: hue angle of 70º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C662A is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB9210242-
CMYK0.1000.590.6
HSL70º41.67%28.24%-
HSV(B)70º58.82%40%-
XYZ9.5811.953.99-
YUV92.1799.69127.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=38.98%
G=43.22%
B=17.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92102420.1000.590.67041.6728.24
Hex5C662AA03B3C462a1c
Octal1341465212073741065234
Binary1011100110011010101010100111011111100100011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C662A; }

 p { color: rgb(92,102,42); }

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

<style>
 a { background-color: #5C662A; }

 a { background-color: rgb(92,102,42); }

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

<style>
 span { border-color: #5C662A; }

 span { border-color: rgb(92,102,42); }

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