#C28B5D

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

Shades of Twine #C28B5D

Tints of Twine #C28B5D

Color information

#C28B5D (or 0xC28B5D) is unknown color: approx Twine. HEX triplet: C2, 8B and 5D. RGB value is (194,139,93). Sum of RGB (Red+Green+Blue) = 194+139+93=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B5D is #3D74A2. Grayscale: #969696. Windows color (decimal): -4027555 or 6130626. OLE color: 6130626.

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

Color convert

RGB19413993-
CMYK00.280.520.24
HSL27.33º45.29%56.27%-
HSV(B)27.33º52.06%76.08%-
XYZ33.4630.7214.52-
YUV150.295.72159.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=45.54%
G=32.63%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941399300.280.520.2427.3345.2956.27
HexC28B5D01C34181b2d38
Octal3022131350346430335570
Binary110000101000101110111010111001101001100011011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B5D; }

 p { color: rgb(194,139,93); }

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

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

 a { background-color: rgb(194,139,93); }

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

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

 span { border-color: rgb(194,139,93); }

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