#5C662C

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

Shades of Saratoga #5C662C

Tints of Saratoga #5C662C

Color information

#5C662C (or 0x5C662C) is unknown color: approx Saratoga. HEX triplet: 5C, 66 and 2C. RGB value is (92,102,44). Sum of RGB (Red+Green+Blue) = 92+102+44=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #5C662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C662C is #A399D3. Grayscale: #5C5C5C. Windows color (decimal): -10721748 or 2909788. OLE color: 2909788.

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

Color convert

RGB9210244-
CMYK0.1000.570.6
HSL70.34º39.73%28.63%-
HSV(B)70.34º56.86%40%-
XYZ9.6211.964.18-
YUV92.4100.69127.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.66%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=38.66%
G=42.86%
B=18.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92102440.1000.570.670.3439.7328.63
Hex5C662CA0393C46281d
Octal1341465412071741065035
Binary1011100110011010110010100111001111100100011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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