#C28351

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

Shades of Twine #C28351

Tints of Twine #C28351

Color information

#C28351 (or 0xC28351) is unknown color: approx Twine. HEX triplet: C2, 83 and 51. RGB value is (194,131,81). Sum of RGB (Red+Green+Blue) = 194+131+81=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C28351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28351 is #3D7CAE. Grayscale: #909090. Windows color (decimal): -4029615 or 5342146. OLE color: 5342146.

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

Color convert

RGB19413181-
CMYK00.320.580.24
HSL26.55º48.09%53.92%-
HSV(B)26.55º58.25%76.08%-
XYZ31.8528.311.57-
YUV144.1492.37163.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=47.78%
G=32.27%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941318100.320.580.2426.5548.0953.92
HexC283510203A181b3036
Octal3022031210407230336066
Binary1100001010000011101000101000001110101100011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28351; }

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

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

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

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

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

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

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

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