#C48757

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

Shades of Twine #C48757

Tints of Twine #C48757

Color information

#C48757 (or 0xC48757) is unknown color: approx Twine. HEX triplet: C4, 87 and 57. RGB value is (196,135,87). Sum of RGB (Red+Green+Blue) = 196+135+87=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C48757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48757 is #3B78A8. Grayscale: #949494. Windows color (decimal): -3897513 or 5736388. OLE color: 5736388.

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

Color convert

RGB19613587-
CMYK00.310.560.23
HSL26.42º48.02%55.49%-
HSV(B)26.42º55.61%76.86%-
XYZ33.1529.7513.01-
YUV147.7793.71162.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 87 (34.38% from 255) = 20.81%
R=46.89%
G=32.30%
B=20.81%

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
Decimal1961358700.310.560.2326.4248.0255.49
HexC4875701F38171a3037
Octal3042071270377027326067
Binary110001001000011110101110111111110001011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48757; }

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

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

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

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

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

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

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

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