#C58D60

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

Shades of Whiskey #C58D60

Tints of Whiskey #C58D60

Color information

#C58D60 (or 0xC58D60) is unknown color: approx Whiskey. HEX triplet: C5, 8D and 60. RGB value is (197,141,96). Sum of RGB (Red+Green+Blue) = 197+141+96=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D60 is #3A729F. Grayscale: #989898. Windows color (decimal): -3830432 or 6327749. OLE color: 6327749.

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

Color convert

RGB19714196-
CMYK00.280.510.23
HSL26.73º46.54%57.45%-
HSV(B)26.73º51.27%77.25%-
XYZ34.6631.7615.37-
YUV152.6196.05159.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=45.39%
G=32.49%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971419600.280.510.2326.7346.5457.45
HexC58D6001C33171b2f39
Octal3052151400346327335771
Binary110001011000110111000000111001100111011111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D60; }

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

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

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

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

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

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

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

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