#C48A59

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

Shades of Twine #C48A59

Tints of Twine #C48A59

Color information

#C48A59 (or 0xC48A59) is unknown color: approx Twine. HEX triplet: C4, 8A and 59. RGB value is (196,138,89). Sum of RGB (Red+Green+Blue) = 196+138+89=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A59 is #3B75A6. Grayscale: #969696. Windows color (decimal): -3896743 or 5868228. OLE color: 5868228.

HSL color Cylindrical-coordinate representation of color #C48A59: hue angle of 27.48º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C48A59 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19613889-
CMYK00.300.550.23
HSL27.48º47.56%55.88%-
HSV(B)27.48º54.59%76.86%-
XYZ33.6630.6313.59-
YUV149.7693.72160.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=46.34%
G=32.62%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961388900.300.550.2327.4847.5655.88
HexC48A5901E37171b3038
Octal3042121310366727336070
Binary110001001000101010110010111101101111011111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A59; }

 p { color: rgb(196,138,89); }

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

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

 a { background-color: rgb(196,138,89); }

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

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

 span { border-color: rgb(196,138,89); }

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