#C3895D

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

Shades of Twine #C3895D

Tints of Twine #C3895D

Color information

#C3895D (or 0xC3895D) is unknown color: approx Twine. HEX triplet: C3, 89 and 5D. RGB value is (195,137,93). Sum of RGB (Red+Green+Blue) = 195+137+93=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3895D is #3C76A2. Grayscale: #959595. Windows color (decimal): -3962531 or 6130115. OLE color: 6130115.

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

Color convert

RGB19513793-
CMYK00.300.520.24
HSL25.88º45.95%56.47%-
HSV(B)25.88º52.31%76.47%-
XYZ33.4330.2814.44-
YUV149.3396.22160.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=45.88%
G=32.24%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951379300.300.520.2425.8845.9556.47
HexC3895D01E34181a2e38
Octal3032111350366430325670
Binary110000111000100110111010111101101001100011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3895D; }

 p { color: rgb(195,137,93); }

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

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

 a { background-color: rgb(195,137,93); }

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

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

 span { border-color: rgb(195,137,93); }

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