#C38E59

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

Shades of Twine #C38E59

Tints of Twine #C38E59

Color information

#C38E59 (or 0xC38E59) is unknown color: approx Twine. HEX triplet: C3, 8E and 59. RGB value is (195,142,89). Sum of RGB (Red+Green+Blue) = 195+142+89=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E59 is #3C71A6. Grayscale: #989898. Windows color (decimal): -3961255 or 5869251. OLE color: 5869251.

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

Color convert

RGB19514289-
CMYK00.270.540.24
HSL30º46.9%55.69%-
HSV(B)30º54.36%76.47%-
XYZ33.9831.6713.77-
YUV151.892.56158.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=45.77%
G=33.33%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951428900.270.540.243046.955.69
HexC38E5901B36181e2f38
Octal3032161310336630365770
Binary110000111000111010110010110111101101100011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E59; }

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

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

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

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

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

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

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

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