#C4915F

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

Shades of Twine #C4915F

Tints of Twine #C4915F

Color information

#C4915F (or 0xC4915F) is unknown color: approx Twine. HEX triplet: C4, 91 and 5F. RGB value is (196,145,95). Sum of RGB (Red+Green+Blue) = 196+145+95=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4915F is #3B6EA0. Grayscale: #9A9A9A. Windows color (decimal): -3894945 or 6263236. OLE color: 6263236.

HSL color Cylindrical-coordinate representation of color #C4915F: hue angle of 29.7º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4915F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19614595-
CMYK00.260.520.23
HSL29.7º46.12%57.06%-
HSV(B)29.7º51.53%76.86%-
XYZ34.9632.8115.32-
YUV154.5594.4157.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=44.95%
G=33.26%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961459500.260.520.2329.746.1257.06
HexC4915F01A34171e2e39
Octal3042211370326427365671
Binary110001001001000110111110110101101001011111110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4915F; }

 p { color: rgb(196,145,95); }

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

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

 a { background-color: rgb(196,145,95); }

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

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

 span { border-color: rgb(196,145,95); }

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