#C5935D

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

Shades of Twine #C5935D

Tints of Twine #C5935D

Color information

#C5935D (or 0xC5935D) is unknown color: approx Twine. HEX triplet: C5, 93 and 5D. RGB value is (197,147,93). Sum of RGB (Red+Green+Blue) = 197+147+93=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5935D is #3A6CA2. Grayscale: #9C9C9C. Windows color (decimal): -3828899 or 6132677. OLE color: 6132677.

HSL color Cylindrical-coordinate representation of color #C5935D: hue angle of 31.15º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5935D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19714793-
CMYK00.250.530.23
HSL31.15º47.27%56.86%-
HSV(B)31.15º52.79%77.25%-
XYZ35.4433.5314.96-
YUV155.7992.56157.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=45.08%
G=33.64%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971479300.250.530.2331.1547.2756.86
HexC5935D01935171f2f39
Octal3052231350316527375771
Binary110001011001001110111010110011101011011111111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5935D; }

 p { color: rgb(197,147,93); }

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

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

 a { background-color: rgb(197,147,93); }

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

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

 span { border-color: rgb(197,147,93); }

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