#5C642B

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

Shades of Saratoga #5C642B

Tints of Saratoga #5C642B

Color information

#5C642B (or 0x5C642B) is unknown color: approx Saratoga. HEX triplet: 5C, 64 and 2B. RGB value is (92,100,43). Sum of RGB (Red+Green+Blue) = 92+100+43=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #5C642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C642B is #A39BD4. Grayscale: #5B5B5B. Windows color (decimal): -10722261 or 2843740. OLE color: 2843740.

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

Color convert

RGB9210043-
CMYK0.0800.570.61
HSL68.42º39.86%28.04%-
HSV(B)68.42º57%39.22%-
XYZ9.4111.564.02-
YUV91.11100.85128.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=39.15%
G=42.55%
B=18.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal92100430.0800.570.6168.4239.8628.04
Hex5C642B80393D44281c
Octal1341445310071751045034
Binary1011100110010010101110000111001111101100010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,100,43); }

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

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

 a { background-color: rgb(92,100,43); }

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

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

 span { border-color: rgb(92,100,43); }

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