#5C632C

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

Shades of Saratoga #5C632C

Tints of Saratoga #5C632C

Color information

#5C632C (or 0x5C632C) is unknown color: approx Saratoga. HEX triplet: 5C, 63 and 2C. RGB value is (92,99,44). Sum of RGB (Red+Green+Blue) = 92+99+44=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #5C632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C632C is #A39CD3. Grayscale: #5A5A5A. Windows color (decimal): -10722516 or 2909020. OLE color: 2909020.

HSL color Cylindrical-coordinate representation of color #5C632C: hue angle of 67.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C632C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB929944-
CMYK0.0700.560.61
HSL67.64º38.46%28.04%-
HSV(B)67.64º55.56%38.82%-
XYZ9.3311.384.09-
YUV90.64101.68128.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=39.15%
G=42.13%
B=18.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299440.0700.560.6167.6438.4628.04
Hex5C632C70383D44261c
Octal134143547070751044634
Binary101110011000111011001110111000111101100010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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