#C48356

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

Shades of Twine #C48356

Tints of Twine #C48356

Color information

#C48356 (or 0xC48356) is unknown color: approx Twine. HEX triplet: C4, 83 and 56. RGB value is (196,131,86). Sum of RGB (Red+Green+Blue) = 196+131+86=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48356 is #3B7CA9. Grayscale: #919191. Windows color (decimal): -3898538 or 5669828. OLE color: 5669828.

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

Color convert

RGB19613186-
CMYK00.330.560.23
HSL24.55º48.25%55.29%-
HSV(B)24.55º56.12%76.86%-
XYZ32.5628.6412.62-
YUV145.394.53164.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=47.46%
G=31.72%
B=20.82%

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
Decimal1961318600.330.560.2324.5548.2555.29
HexC483560213817193037
Octal3042031260417027316067
Binary1100010010000011101011001000011110001011111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48356; }

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

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

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

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

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

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

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

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