#C4975D

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

Shades of Twine #C4975D

Tints of Twine #C4975D

Color information

#C4975D (or 0xC4975D) is unknown color: approx Twine. HEX triplet: C4, 97 and 5D. RGB value is (196,151,93). Sum of RGB (Red+Green+Blue) = 196+151+93=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4975D is #3B68A2. Grayscale: #9E9E9E. Windows color (decimal): -3893411 or 6133700. OLE color: 6133700.

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

Color convert

RGB19615193-
CMYK00.230.530.23
HSL33.79º46.61%56.67%-
HSV(B)33.79º52.55%76.86%-
XYZ35.8134.6615.16-
YUV157.8491.41155.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=44.55%
G=34.32%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961519300.230.530.2333.7946.6156.67
HexC4975D0173517222f39
Octal3042271350276527425771
Binary1100010010010111101110101011111010110111100010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4975D; }

 p { color: rgb(196,151,93); }

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

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

 a { background-color: rgb(196,151,93); }

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

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

 span { border-color: rgb(196,151,93); }

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