#C5955B

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

Shades of Twine #C5955B

Tints of Twine #C5955B

Color information

#C5955B (or 0xC5955B) is unknown color: approx Twine. HEX triplet: C5, 95 and 5B. RGB value is (197,149,91). Sum of RGB (Red+Green+Blue) = 197+149+91=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5955B is #3A6AA4. Grayscale: #9D9D9D. Windows color (decimal): -3828389 or 6002117. OLE color: 6002117.

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

Color convert

RGB19714991-
CMYK00.240.540.23
HSL32.83º47.75%56.47%-
HSV(B)32.83º53.81%77.25%-
XYZ35.6634.1214.6-
YUV156.7490.9156.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=45.08%
G=34.10%
B=20.82%

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
Decimal1971499100.240.540.2332.8347.7556.47
HexC5955B0183617213038
Octal3052251330306627416070
Binary1100010110010101101101101100011011010111100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5955B; }

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

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

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

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

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

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

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

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