#5C6435

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

Shades of Saratoga #5C6435

Tints of Saratoga #5C6435

Color information

#5C6435 (or 0x5C6435) is unknown color: approx Saratoga. HEX triplet: 5C, 64 and 35. RGB value is (92,100,53). Sum of RGB (Red+Green+Blue) = 92+100+53=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6435 is #A39BCA. Grayscale: #5C5C5C. Windows color (decimal): -10722251 or 3499100. OLE color: 3499100.

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

Color convert

RGB9210053-
CMYK0.0800.470.61
HSL70.21º30.72%30%-
HSV(B)70.21º47%39.22%-
XYZ9.6111.655.11-
YUV92.25105.85127.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.55%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=37.55%
G=40.82%
B=21.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal92100530.0800.470.6170.2130.7230
Hex5C6435802F3D461f1e
Octal1341446510057751063736
Binary101110011001001101011000010111111110110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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