#C39261

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

Shades of Twine #C39261

Tints of Twine #C39261

Color information

#C39261 (or 0xC39261) is unknown color: approx Twine. HEX triplet: C3, 92 and 61. RGB value is (195,146,97). Sum of RGB (Red+Green+Blue) = 195+146+97=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C39261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39261 is #3C6D9E. Grayscale: #9B9B9B. Windows color (decimal): -3960223 or 6394563. OLE color: 6394563.

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

Color convert

RGB19514697-
CMYK00.250.500.24
HSL30º44.95%57.25%-
HSV(B)30º50.26%76.47%-
XYZ34.9433.0215.84-
YUV155.0695.23156.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=44.52%
G=33.33%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951469700.250.500.243044.9557.25
HexC3926101932181e2d39
Octal3032221410316230365571
Binary110000111001001011000010110011100101100011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39261; }

 p { color: rgb(195,146,97); }

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

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

 a { background-color: rgb(195,146,97); }

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

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

 span { border-color: rgb(195,146,97); }

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