#C48B4E

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

Shades of Twine #C48B4E

Tints of Twine #C48B4E

Color information

#C48B4E (or 0xC48B4E) is unknown color: approx Twine. HEX triplet: C4, 8B and 4E. RGB value is (196,139,78). Sum of RGB (Red+Green+Blue) = 196+139+78=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B4E is #3B74B1. Grayscale: #959595. Windows color (decimal): -3896498 or 5147588. OLE color: 5147588.

HSL color Cylindrical-coordinate representation of color #C48B4E: hue angle of 31.02º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C48B4E is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19613978-
CMYK00.290.600.23
HSL31.02º50%53.73%-
HSV(B)31.02º60.2%76.86%-
XYZ33.3730.7511.38-
YUV149.0987.88161.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=47.46%
G=33.66%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961397800.290.600.2331.025053.73
HexC48B4E01D3C171f3236
Octal3042131160357427376266
Binary110001001000101110011100111011111001011111111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B4E; }

 p { color: rgb(196,139,78); }

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

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

 a { background-color: rgb(196,139,78); }

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

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

 span { border-color: rgb(196,139,78); }

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