#C38F61

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

Shades of Twine #C38F61

Tints of Twine #C38F61

Color information

#C38F61 (or 0xC38F61) is unknown color: approx Twine. HEX triplet: C3, 8F and 61. RGB value is (195,143,97). Sum of RGB (Red+Green+Blue) = 195+143+97=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F61 is #3C709E. Grayscale: #999999. Windows color (decimal): -3960991 or 6393795. OLE color: 6393795.

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

Color convert

RGB19514397-
CMYK00.270.500.24
HSL28.16º44.95%57.25%-
HSV(B)28.16º50.26%76.47%-
XYZ34.4932.1115.69-
YUV153.396.23157.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=44.83%
G=32.87%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951439700.270.500.2428.1644.9557.25
HexC38F6101B32181c2d39
Octal3032171410336230345571
Binary110000111000111111000010110111100101100011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F61; }

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

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

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

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

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

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

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

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