#C38655

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

Shades of Twine #C38655

Tints of Twine #C38655

Color information

#C38655 (or 0xC38655) is unknown color: approx Twine. HEX triplet: C3, 86 and 55. RGB value is (195,134,85). Sum of RGB (Red+Green+Blue) = 195+134+85=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38655 is #3C79AA. Grayscale: #929292. Windows color (decimal): -3963307 or 5605059. OLE color: 5605059.

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

Color convert

RGB19513485-
CMYK00.310.560.24
HSL26.73º47.83%54.9%-
HSV(B)26.73º56.41%76.47%-
XYZ32.6729.3112.53-
YUV146.6593.21162.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=47.10%
G=32.37%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951348500.310.560.2426.7347.8354.9
HexC3865501F38181b3037
Octal3032061250377030336067
Binary110000111000011010101010111111110001100011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38655; }

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

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

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

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

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

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

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

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