#c48e54

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

Shades of Twine #C48E54

Tints of Twine #C48E54

Color information

#C48E54 (or 0xC48E54) is unknown color: approx Twine. HEX triplet: C4, 8E and 54. RGB value is (196,142,84). Sum of RGB (Red+Green+Blue) = 196+142+84=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E54 is #3B71AB. Grayscale: #979797. Windows color (decimal): -3895724 or 5541572. OLE color: 5541572.

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

Color convert

RGB19614284-
CMYK00.280.570.23
HSL31.07º48.7%54.9%-
HSV(B)31.07º57.14%76.86%-
XYZ34.0431.7212.72-
YUV151.5389.89159.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=46.45%
G=33.65%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961428400.280.570.2331.0748.754.9
HexC48E5401C39171f3137
Octal3042161240347127376167
Binary110001001000111010101000111001110011011111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48e54; }

 p { color: rgb(196,142,84); }

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

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

 a { background-color: rgb(196,142,84); }

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

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

 span { border-color: rgb(196,142,84); }

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