#C58D5D

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

Shades of Twine #C58D5D

Tints of Twine #C58D5D

Color information

#C58D5D (or 0xC58D5D) is unknown color: approx Twine. HEX triplet: C5, 8D and 5D. RGB value is (197,141,93). Sum of RGB (Red+Green+Blue) = 197+141+93=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D5D is #3A72A2. Grayscale: #989898. Windows color (decimal): -3830435 or 6131141. OLE color: 6131141.

HSL color Cylindrical-coordinate representation of color #C58D5D: hue angle of 27.69º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C58D5D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19714193-
CMYK00.280.530.23
HSL27.69º47.27%56.86%-
HSV(B)27.69º52.79%77.25%-
XYZ34.5331.7114.66-
YUV152.2794.55159.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=45.71%
G=32.71%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971419300.280.530.2327.6947.2756.86
HexC58D5D01C35171c2f39
Octal3052151350346527345771
Binary110001011000110110111010111001101011011111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D5D; }

 p { color: rgb(197,141,93); }

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

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

 a { background-color: rgb(197,141,93); }

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

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

 span { border-color: rgb(197,141,93); }

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