#C48851

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

Shades of Twine #C48851

Tints of Twine #C48851

Color information

#C48851 (or 0xC48851) is unknown color: approx Twine. HEX triplet: C4, 88 and 51. RGB value is (196,136,81). Sum of RGB (Red+Green+Blue) = 196+136+81=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48851 is #3B77AE. Grayscale: #939393. Windows color (decimal): -3897263 or 5343428. OLE color: 5343428.

HSL color Cylindrical-coordinate representation of color #C48851: hue angle of 28.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C48851 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB19613681-
CMYK00.310.590.23
HSL28.7º49.36%54.31%-
HSV(B)28.7º58.67%76.86%-
XYZ33.0529.9411.82-
YUV147.6790.38162.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=47.46%
G=32.93%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961368100.310.590.2328.749.3654.31
HexC4885101F3B171d3136
Octal3042101210377327356166
Binary110001001000100010100010111111110111011111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48851; }

 p { color: rgb(196,136,81); }

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

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

 a { background-color: rgb(196,136,81); }

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

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

 span { border-color: rgb(196,136,81); }

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