#C28E54

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

Shades of Twine #C28E54

Tints of Twine #C28E54

Color information

#C28E54 (or 0xC28E54) is unknown color: approx Twine. HEX triplet: C2, 8E and 54. RGB value is (194,142,84). Sum of RGB (Red+Green+Blue) = 194+142+84=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E54 is #3D71AB. Grayscale: #979797. Windows color (decimal): -4026796 or 5541570. OLE color: 5541570.

HSL color Cylindrical-coordinate representation of color #C28E54: hue angle of 31.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C28E54 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19414284-
CMYK00.270.570.24
HSL31.64º47.41%54.51%-
HSV(B)31.64º56.7%76.08%-
XYZ33.5231.4612.69-
YUV150.9490.23158.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 84 (33.20% from 255) = 20%
R=46.19%
G=33.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941428400.270.570.2431.6447.4154.51
HexC28E5401B3918202f37
Octal3022161240337130405767
Binary1100001010001110101010001101111100111000100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E54; }

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

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

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

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

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

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

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

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