#C5884D

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

Shades of Twine #C5884D

Tints of Twine #C5884D

Color information

#C5884D (or 0xC5884D) is unknown color: approx Twine. HEX triplet: C5, 88 and 4D. RGB value is (197,136,77). Sum of RGB (Red+Green+Blue) = 197+136+77=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5884D is #3A77B2. Grayscale: #939393. Windows color (decimal): -3831731 or 5081285. OLE color: 5081285.

HSL color Cylindrical-coordinate representation of color #C5884D: hue angle of 29.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5884D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19713677-
CMYK00.310.610.23
HSL29.5º50.85%53.73%-
HSV(B)29.5º60.91%77.25%-
XYZ33.1730.0111.07-
YUV147.5188.21163.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=48.05%
G=33.17%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971367700.310.610.2329.550.8553.73
HexC5884D01F3D171e3336
Octal3052101150377527366366
Binary110001011000100010011010111111111011011111110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5884D; }

 p { color: rgb(197,136,77); }

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

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

 a { background-color: rgb(197,136,77); }

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

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

 span { border-color: rgb(197,136,77); }

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