#C28359

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

Shades of Twine #C28359

Tints of Twine #C28359

Color information

#C28359 (or 0xC28359) is unknown color: approx Twine. HEX triplet: C2, 83 and 59. RGB value is (194,131,89). Sum of RGB (Red+Green+Blue) = 194+131+89=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C28359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28359 is #3D7CA6. Grayscale: #919191. Windows color (decimal): -4029607 or 5866434. OLE color: 5866434.

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

Color convert

RGB19413189-
CMYK00.320.540.24
HSL24º46.26%55.49%-
HSV(B)24º54.12%76.08%-
XYZ32.1728.4213.24-
YUV145.0596.37162.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=46.86%
G=31.64%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941318900.320.540.242446.2655.49
HexC283590203618182e37
Octal3022031310406630305667
Binary1100001010000011101100101000001101101100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28359; }

 p { color: rgb(194,131,89); }

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

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

 a { background-color: rgb(194,131,89); }

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

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

 span { border-color: rgb(194,131,89); }

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