#C28554

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

Shades of Twine #C28554

Tints of Twine #C28554

Color information

#C28554 (or 0xC28554) is unknown color: approx Twine. HEX triplet: C2, 85 and 54. RGB value is (194,133,84). Sum of RGB (Red+Green+Blue) = 194+133+84=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C28554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28554 is #3D7AAB. Grayscale: #919191. Windows color (decimal): -4029100 or 5539266. OLE color: 5539266.

HSL color Cylindrical-coordinate representation of color #C28554: hue angle of 26.73º 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 #C28554 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19413384-
CMYK00.310.570.24
HSL26.73º47.41%54.51%-
HSV(B)26.73º56.7%76.08%-
XYZ32.2428.8812.26-
YUV145.6593.21162.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=47.20%
G=32.36%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941338400.310.570.2426.7347.4154.51
HexC2855401F39181b2f37
Octal3022051240377130335767
Binary110000101000010110101000111111110011100011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28554; }

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

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

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

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

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

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

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

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