#5C5D2E

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

Shades of Saratoga #5C5D2E

Tints of Saratoga #5C5D2E

Color information

#5C5D2E (or 0x5C5D2E) is unknown color: approx Saratoga. HEX triplet: 5C, 5D and 2E. RGB value is (92,93,46). Sum of RGB (Red+Green+Blue) = 92+93+46=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #5C5D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5D2E is #A3A2D1. Grayscale: #575757. Windows color (decimal): -10724050 or 3038556. OLE color: 3038556.

HSL color Cylindrical-coordinate representation of color #5C5D2E: hue angle of 61.28º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C5D2E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB929346-
CMYK0.0100.510.64
HSL61.28º33.81%27.25%-
HSV(B)61.28º50.54%36.47%-
XYZ8.8210.34.11-
YUV87.34104.67131.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.83%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=39.83%
G=40.26%
B=19.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9293460.0100.510.6461.2833.8127.25
Hex5C5D2E1033403d221b
Octal134135561063100754233
Binary1011100101110110111010110011100000011110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,93,46); }

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

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

 a { background-color: rgb(92,93,46); }

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

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

 span { border-color: rgb(92,93,46); }

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