#C48456

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

Shades of Twine #C48456

Tints of Twine #C48456

Color information

#C48456 (or 0xC48456) is unknown color: approx Twine. HEX triplet: C4, 84 and 56. RGB value is (196,132,86). Sum of RGB (Red+Green+Blue) = 196+132+86=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C48456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48456 is #3B7BA9. Grayscale: #929292. Windows color (decimal): -3898282 or 5670084. OLE color: 5670084.

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

Color convert

RGB19613286-
CMYK00.330.560.23
HSL25.09º48.25%55.29%-
HSV(B)25.09º56.12%76.86%-
XYZ32.728.9112.66-
YUV145.8994.2163.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=47.34%
G=31.88%
B=20.77%

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
Decimal1961328600.330.560.2325.0948.2555.29
HexC484560213817193037
Octal3042041260417027316067
Binary1100010010000100101011001000011110001011111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48456; }

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

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

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

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

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

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

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

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