#C48351

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

Shades of Twine #C48351

Tints of Twine #C48351

Color information

#C48351 (or 0xC48351) is unknown color: approx Twine. HEX triplet: C4, 83 and 51. RGB value is (196,131,81). Sum of RGB (Red+Green+Blue) = 196+131+81=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C48351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48351 is #3B7CAE. Grayscale: #909090. Windows color (decimal): -3898543 or 5342148. OLE color: 5342148.

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

Color convert

RGB19613181-
CMYK00.330.590.23
HSL26.09º49.36%54.31%-
HSV(B)26.09º58.67%76.86%-
XYZ32.3728.5611.59-
YUV144.7392.03164.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=48.04%
G=32.11%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961318100.330.590.2326.0949.3654.31
HexC483510213B171a3136
Octal3042031210417327326166
Binary1100010010000011101000101000011110111011111010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48351; }

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

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

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

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

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

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

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

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