#C38E55

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

Shades of Twine #C38E55

Tints of Twine #C38E55

Color information

#C38E55 (or 0xC38E55) is unknown color: approx Twine. HEX triplet: C3, 8E and 55. RGB value is (195,142,85). Sum of RGB (Red+Green+Blue) = 195+142+85=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E55 is #3C71AA. Grayscale: #979797. Windows color (decimal): -3961259 or 5607107. OLE color: 5607107.

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

Color convert

RGB19514285-
CMYK00.270.560.24
HSL31.09º47.83%54.9%-
HSV(B)31.09º56.41%76.47%-
XYZ33.8231.612.91-
YUV151.3590.56159.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=46.21%
G=33.65%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951428500.270.560.2431.0947.8354.9
HexC38E5501B38181f3037
Octal3032161250337030376067
Binary110000111000111010101010110111110001100011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E55; }

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

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

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

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

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

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

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

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