#5C622C

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

Shades of Saratoga #5C622C

Tints of Saratoga #5C622C

Color information

#5C622C (or 0x5C622C) is unknown color: approx Saratoga. HEX triplet: 5C, 62 and 2C. RGB value is (92,98,44). Sum of RGB (Red+Green+Blue) = 92+98+44=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #5C622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C622C is #A39DD3. Grayscale: #5A5A5A. Windows color (decimal): -10722772 or 2908764. OLE color: 2908764.

HSL color Cylindrical-coordinate representation of color #5C622C: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C622C is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB929844-
CMYK0.0600.550.62
HSL66.67º38.03%27.84%-
HSV(B)66.67º55.1%38.43%-
XYZ9.2411.194.06-
YUV90.05102.01129.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.32%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=39.32%
G=41.88%
B=18.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9298440.0600.550.6266.6738.0327.84
Hex5C622C60373E43261c
Octal134142546067761034634
Binary101110011000101011001100110111111110100001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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