#C38155

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

Shades of Twine #C38155

Tints of Twine #C38155

Color information

#C38155 (or 0xC38155) is unknown color: approx Twine. HEX triplet: C3, 81 and 55. RGB value is (195,129,85). Sum of RGB (Red+Green+Blue) = 195+129+85=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38155 is #3C7EAA. Grayscale: #8F8F8F. Windows color (decimal): -3964587 or 5603779. OLE color: 5603779.

HSL color Cylindrical-coordinate representation of color #C38155: hue angle of 24º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38155 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19512985-
CMYK00.340.560.24
HSL24º47.83%54.9%-
HSV(B)24º56.41%76.47%-
XYZ3227.9612.3-
YUV143.7294.87164.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=47.68%
G=31.54%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951298500.340.560.242447.8354.9
HexC381550223818183037
Octal3032011250427030306067
Binary1100001110000001101010101000101110001100011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38155; }

 p { color: rgb(195,129,85); }

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

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

 a { background-color: rgb(195,129,85); }

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

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

 span { border-color: rgb(195,129,85); }

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