#C28450

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

Shades of Twine #C28450

Tints of Twine #C28450

Color information

#C28450 (or 0xC28450) is unknown color: approx Twine. HEX triplet: C2, 84 and 50. RGB value is (194,132,80). Sum of RGB (Red+Green+Blue) = 194+132+80=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C28450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28450 is #3D7BAF. Grayscale: #909090. Windows color (decimal): -4029360 or 5276866. OLE color: 5276866.

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

Color convert

RGB19413280-
CMYK00.320.590.24
HSL27.37º48.31%53.73%-
HSV(B)27.37º58.76%76.08%-
XYZ31.9528.5511.42-
YUV144.6191.54163.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=47.78%
G=32.51%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941328000.320.590.2427.3748.3153.73
HexC284500203B181b3036
Octal3022041200407330336066
Binary1100001010000100101000001000001110111100011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28450; }

 p { color: rgb(194,132,80); }

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

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

 a { background-color: rgb(194,132,80); }

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

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

 span { border-color: rgb(194,132,80); }

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