#C3865C

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

Shades of Twine #C3865C

Tints of Twine #C3865C

Color information

#C3865C (or 0xC3865C) is unknown color: approx Twine. HEX triplet: C3, 86 and 5C. RGB value is (195,134,92). Sum of RGB (Red+Green+Blue) = 195+134+92=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3865C is #3C79A3. Grayscale: #939393. Windows color (decimal): -3963300 or 6063811. OLE color: 6063811.

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

Color convert

RGB19513492-
CMYK00.310.530.24
HSL24.47º46.19%56.27%-
HSV(B)24.47º52.82%76.47%-
XYZ32.9629.4314.07-
YUV147.4596.71161.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=46.32%
G=31.83%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951349200.310.530.2424.4746.1956.27
HexC3865C01F3518182e38
Octal3032061340376530305670
Binary110000111000011010111000111111101011100011000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3865C; }

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

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

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

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

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

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

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

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