#C38E61

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

Shades of Twine #C38E61

Tints of Twine #C38E61

Color information

#C38E61 (or 0xC38E61) is unknown color: approx Twine. HEX triplet: C3, 8E and 61. RGB value is (195,142,97). Sum of RGB (Red+Green+Blue) = 195+142+97=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E61 is #3C719E. Grayscale: #989898. Windows color (decimal): -3961247 or 6393539. OLE color: 6393539.

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

Color convert

RGB19514297-
CMYK00.270.500.24
HSL27.55º44.95%57.25%-
HSV(B)27.55º50.26%76.47%-
XYZ34.3431.8115.64-
YUV152.7296.56158.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=44.93%
G=32.72%
B=22.35%

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
Decimal1951429700.270.500.2427.5544.9557.25
HexC38E6101B32181c2d39
Octal3032161410336230345571
Binary110000111000111011000010110111100101100011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E61; }

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

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

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

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

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

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

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

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