#c4955b

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

Shades of Twine #C4955B

Tints of Twine #C4955B

Color information

#C4955B (or 0xC4955B) is unknown color: approx Twine. HEX triplet: C4, 95 and 5B. RGB value is (196,149,91). Sum of RGB (Red+Green+Blue) = 196+149+91=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4955B is #3B6AA4. Grayscale: #9C9C9C. Windows color (decimal): -3893925 or 6002116. OLE color: 6002116.

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

Color convert

RGB19614991-
CMYK00.240.540.23
HSL33.14º47.09%56.27%-
HSV(B)33.14º53.57%76.86%-
XYZ35.433.9914.59-
YUV156.4491.07156.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=44.95%
G=34.17%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961499100.240.540.2333.1447.0956.27
HexC4955B0183617212f38
Octal3042251330306627415770
Binary1100010010010101101101101100011011010111100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4955b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4955b; }

 p { color: rgb(196,149,91); }

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

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

 a { background-color: rgb(196,149,91); }

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

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

 span { border-color: rgb(196,149,91); }

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