#C38654

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

Shades of Twine #C38654

Tints of Twine #C38654

Color information

#C38654 (or 0xC38654) is unknown color: approx Twine. HEX triplet: C3, 86 and 54. RGB value is (195,134,84). Sum of RGB (Red+Green+Blue) = 195+134+84=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C38654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38654 is #3C79AB. Grayscale: #929292. Windows color (decimal): -3963308 or 5539523. OLE color: 5539523.

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

Color convert

RGB19513484-
CMYK00.310.570.24
HSL27.03º48.05%54.71%-
HSV(B)27.03º56.92%76.47%-
XYZ32.6329.2912.32-
YUV146.5492.71162.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=47.22%
G=32.45%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951348400.310.570.2427.0348.0554.71
HexC3865401F39181b3037
Octal3032061240377130336067
Binary110000111000011010101000111111110011100011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38654; }

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

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

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

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

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

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

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

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