#C28C51

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

Shades of Twine #C28C51

Tints of Twine #C28C51

Color information

#C28C51 (or 0xC28C51) is unknown color: approx Twine. HEX triplet: C2, 8C and 51. RGB value is (194,140,81). Sum of RGB (Red+Green+Blue) = 194+140+81=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C51 is #3D73AE. Grayscale: #959595. Windows color (decimal): -4027311 or 5344450. OLE color: 5344450.

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

Color convert

RGB19414081-
CMYK00.280.580.24
HSL31.33º48.09%53.92%-
HSV(B)31.33º58.25%76.08%-
XYZ33.1130.8211.99-
YUV149.4289.39159.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=46.75%
G=33.73%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941408100.280.580.2431.3348.0953.92
HexC28C5101C3A181f3036
Octal3022141210347230376066
Binary110000101000110010100010111001110101100011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C51; }

 p { color: rgb(194,140,81); }

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

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

 a { background-color: rgb(194,140,81); }

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

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

 span { border-color: rgb(194,140,81); }

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