#5C672D

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

Shades of Saratoga #5C672D

Tints of Saratoga #5C672D

Color information

#5C672D (or 0x5C672D) is unknown color: approx Saratoga. HEX triplet: 5C, 67 and 2D. RGB value is (92,103,45). Sum of RGB (Red+Green+Blue) = 92+103+45=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #5C672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C672D is #A398D2. Grayscale: #5D5D5D. Windows color (decimal): -10721491 or 2975580. OLE color: 2975580.

HSL color Cylindrical-coordinate representation of color #5C672D: hue angle of 71.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C672D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB9210345-
CMYK0.1100.560.60
HSL71.38º39.19%29.02%-
HSV(B)71.38º56.31%40.39%-
XYZ9.7412.174.32-
YUV93.1100.86127.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.33%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=38.33%
G=42.92%
B=18.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92103450.1100.560.6071.3839.1929.02
Hex5C672DB0383C47271d
Octal1341475513070741074735
Binary1011100110011110110110110111000111100100011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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