#C48B56

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

Shades of Twine #C48B56

Tints of Twine #C48B56

Color information

#C48B56 (or 0xC48B56) is unknown color: approx Twine. HEX triplet: C4, 8B and 56. RGB value is (196,139,86). Sum of RGB (Red+Green+Blue) = 196+139+86=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B56 is #3B74A9. Grayscale: #969696. Windows color (decimal): -3896490 or 5671876. OLE color: 5671876.

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

Color convert

RGB19613986-
CMYK00.290.560.23
HSL28.91º48.25%55.29%-
HSV(B)28.91º56.12%76.86%-
XYZ33.6830.8712.99-
YUV15091.88160.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=46.56%
G=33.02%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961398600.290.560.2328.9148.2555.29
HexC48B5601D38171d3037
Octal3042131260357027356067
Binary110001001000101110101100111011110001011111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B56; }

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

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

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

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

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

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

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

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