#C48457

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

Shades of Twine #C48457

Tints of Twine #C48457

Color information

#C48457 (or 0xC48457) is unknown color: approx Twine. HEX triplet: C4, 84 and 57. RGB value is (196,132,87). Sum of RGB (Red+Green+Blue) = 196+132+87=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48457 is #3B7BA8. Grayscale: #929292. Windows color (decimal): -3898281 or 5735620. OLE color: 5735620.

HSL color Cylindrical-coordinate representation of color #C48457: hue angle of 24.77º 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 #C48457 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19613287-
CMYK00.330.560.23
HSL24.77º48.02%55.49%-
HSV(B)24.77º55.61%76.86%-
XYZ32.7428.9312.87-
YUV146.0194.7163.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=47.23%
G=31.81%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961328700.330.560.2324.7748.0255.49
HexC484570213817193037
Octal3042041270417027316067
Binary1100010010000100101011101000011110001011111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48457; }

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

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

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

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

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

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

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

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