#C5915C

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

Shades of Twine #C5915C

Tints of Twine #C5915C

Color information

#C5915C (or 0xC5915C) is unknown color: approx Twine. HEX triplet: C5, 91 and 5C. RGB value is (197,145,92). Sum of RGB (Red+Green+Blue) = 197+145+92=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5915C is #3A6EA3. Grayscale: #9A9A9A. Windows color (decimal): -3829412 or 6066629. OLE color: 6066629.

HSL color Cylindrical-coordinate representation of color #C5915C: hue angle of 30.29º degrees, saturation: 0.48, 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 #C5915C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19714592-
CMYK00.260.530.23
HSL30.29º47.51%56.67%-
HSV(B)30.29º53.3%77.25%-
XYZ35.0832.8914.63-
YUV154.5192.73158.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=45.39%
G=33.41%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971459200.260.530.2330.2947.5156.67
HexC5915C01A35171e3039
Octal3052211340326527366071
Binary110001011001000110111000110101101011011111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5915C; }

 p { color: rgb(197,145,92); }

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

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

 a { background-color: rgb(197,145,92); }

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

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

 span { border-color: rgb(197,145,92); }

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