#C48959

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

Shades of Twine #C48959

Tints of Twine #C48959

Color information

#C48959 (or 0xC48959) is unknown color: approx Twine. HEX triplet: C4, 89 and 59. RGB value is (196,137,89). Sum of RGB (Red+Green+Blue) = 196+137+89=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C48959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48959 is #3B76A6. Grayscale: #959595. Windows color (decimal): -3896999 or 5867972. OLE color: 5867972.

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

Color convert

RGB19613789-
CMYK00.300.550.23
HSL26.92º47.56%55.88%-
HSV(B)26.92º54.59%76.86%-
XYZ33.5130.3513.54-
YUV149.1794.05161.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=46.45%
G=32.46%
B=21.09%

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
Decimal1961378900.300.550.2326.9247.5655.88
HexC4895901E37171b3038
Octal3042111310366727336070
Binary110001001000100110110010111101101111011111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48959; }

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

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

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

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

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

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

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

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