#C39260

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

Shades of Twine #C39260

Tints of Twine #C39260

Color information

#C39260 (or 0xC39260) is unknown color: approx Twine. HEX triplet: C3, 92 and 60. RGB value is (195,146,96). Sum of RGB (Red+Green+Blue) = 195+146+96=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C39260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39260 is #3C6D9F. Grayscale: #9B9B9B. Windows color (decimal): -3960224 or 6329027. OLE color: 6329027.

HSL color Cylindrical-coordinate representation of color #C39260: hue angle of 30.3º 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 #C39260 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19514696-
CMYK00.250.510.24
HSL30.3º45.21%57.06%-
HSV(B)30.3º50.77%76.47%-
XYZ34.93315.6-
YUV154.9594.73156.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=44.62%
G=33.41%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951469600.250.510.2430.345.2157.06
HexC3926001933181e2d39
Octal3032221400316330365571
Binary110000111001001011000000110011100111100011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39260; }

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

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

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

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

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

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

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

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