#C48857

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

Shades of Twine #C48857

Tints of Twine #C48857

Color information

#C48857 (or 0xC48857) is unknown color: approx Twine. HEX triplet: C4, 88 and 57. RGB value is (196,136,87). Sum of RGB (Red+Green+Blue) = 196+136+87=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C48857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48857 is #3B77A8. Grayscale: #949494. Windows color (decimal): -3897257 or 5736644. OLE color: 5736644.

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

Color convert

RGB19613687-
CMYK00.310.560.23
HSL26.97º48.02%55.49%-
HSV(B)26.97º55.61%76.86%-
XYZ33.2930.0313.06-
YUV148.3593.38161.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=46.78%
G=32.46%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961368700.310.560.2326.9748.0255.49
HexC4885701F38171b3037
Octal3042101270377027336067
Binary110001001000100010101110111111110001011111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48857; }

 p { color: rgb(196,136,87); }

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

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

 a { background-color: rgb(196,136,87); }

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

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

 span { border-color: rgb(196,136,87); }

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