#C3915D

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

Shades of Twine #C3915D

Tints of Twine #C3915D

Color information

#C3915D (or 0xC3915D) is unknown color: approx Twine. HEX triplet: C3, 91 and 5D. RGB value is (195,145,93). Sum of RGB (Red+Green+Blue) = 195+145+93=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3915D is #3C6EA2. Grayscale: #9A9A9A. Windows color (decimal): -3960483 or 6132163. OLE color: 6132163.

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

Color convert

RGB19514593-
CMYK00.260.520.24
HSL30.59º45.95%56.47%-
HSV(B)30.59º52.31%76.47%-
XYZ34.6132.6414.83-
YUV154.0293.56157.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=45.03%
G=33.49%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951459300.260.520.2430.5945.9556.47
HexC3915D01A34181f2e38
Octal3032211350326430375670
Binary110000111001000110111010110101101001100011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3915D; }

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

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

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

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

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

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

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

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