#5C601E

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

Shades of Saratoga #5C601E

Tints of Saratoga #5C601E

Color information

#5C601E (or 0x5C601E) is unknown color: approx Saratoga. HEX triplet: 5C, 60 and 1E. RGB value is (92,96,30). Sum of RGB (Red+Green+Blue) = 92+96+30=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #5C601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C601E is #A39FE1. Grayscale: #575757. Windows color (decimal): -10723298 or 1990748. OLE color: 1990748.

HSL color Cylindrical-coordinate representation of color #5C601E: hue angle of 63.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C601E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB929630-
CMYK0.0400.690.62
HSL63.64º52.38%24.71%-
HSV(B)63.64º68.75%37.65%-
XYZ8.8310.732.83-
YUV87.2895.67131.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.20%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=42.20%
G=44.04%
B=13.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296300.0400.690.6263.6452.3824.71
Hex5C601E40453E403419
Octal1341403640105761006431
Binary101110011000001111010001000101111110100000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,96,30); }

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

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

 a { background-color: rgb(92,96,30); }

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

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

 span { border-color: rgb(92,96,30); }

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