#C48650

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

Shades of Twine #C48650

Tints of Twine #C48650

Color information

#C48650 (or 0xC48650) is unknown color: approx Twine. HEX triplet: C4, 86 and 50. RGB value is (196,134,80). Sum of RGB (Red+Green+Blue) = 196+134+80=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C48650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48650 is #3B79AF. Grayscale: #929292. Windows color (decimal): -3897776 or 5277380. OLE color: 5277380.

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

Color convert

RGB19613480-
CMYK00.320.590.23
HSL27.93º49.57%54.12%-
HSV(B)27.93º59.18%76.86%-
XYZ32.7429.3711.53-
YUV146.3890.54163.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 80 (31.64% from 255) = 19.51%
R=47.80%
G=32.68%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961348000.320.590.2327.9349.5754.12
HexC486500203B171c3236
Octal3042061200407327346266
Binary1100010010000110101000001000001110111011111100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48650; }

 p { color: rgb(196,134,80); }

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

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

 a { background-color: rgb(196,134,80); }

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

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

 span { border-color: rgb(196,134,80); }

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