#5C612D

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

Shades of Saratoga #5C612D

Tints of Saratoga #5C612D

Color information

#5C612D (or 0x5C612D) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 2D. RGB value is (92,97,45). Sum of RGB (Red+Green+Blue) = 92+97+45=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #5C612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C612D is #A39ED2. Grayscale: #595959. Windows color (decimal): -10723027 or 2974044. OLE color: 2974044.

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

Color convert

RGB929745-
CMYK0.0500.540.62
HSL65.77º36.62%27.84%-
HSV(B)65.77º53.61%38.04%-
XYZ9.1611.014.13-
YUV89.58102.84129.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.32%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=39.32%
G=41.45%
B=19.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297450.0500.540.6265.7736.6227.84
Hex5C612D50363E42251c
Octal134141555066761024534
Binary101110011000011011011010110110111110100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,45); }

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

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

 a { background-color: rgb(92,97,45); }

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

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

 span { border-color: rgb(92,97,45); }

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