#C3955F

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

Shades of Twine #C3955F

Tints of Twine #C3955F

Color information

#C3955F (or 0xC3955F) is unknown color: approx Twine. HEX triplet: C3, 95 and 5F. RGB value is (195,149,95). Sum of RGB (Red+Green+Blue) = 195+149+95=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955F is #3C6AA0. Grayscale: #9C9C9C. Windows color (decimal): -3959457 or 6264259. OLE color: 6264259.

HSL color Cylindrical-coordinate representation of color #C3955F: hue angle of 32.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3955F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19514995-
CMYK00.240.510.24
HSL32.4º45.45%56.86%-
HSV(B)32.4º51.28%76.47%-
XYZ35.3233.9215.51-
YUV156.693.24155.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=44.42%
G=33.94%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951499500.240.510.2432.445.4556.86
HexC3955F0183318202d39
Octal3032251370306330405571
Binary1100001110010101101111101100011001111000100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3955F; }

 p { color: rgb(195,149,95); }

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

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

 a { background-color: rgb(195,149,95); }

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

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

 span { border-color: rgb(195,149,95); }

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