#C58B60

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

Shades of Whiskey #C58B60

Tints of Whiskey #C58B60

Color information

#C58B60 (or 0xC58B60) is unknown color: approx Whiskey. HEX triplet: C5, 8B and 60. RGB value is (197,139,96). Sum of RGB (Red+Green+Blue) = 197+139+96=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B60 is #3A749F. Grayscale: #979797. Windows color (decimal): -3830944 or 6327237. OLE color: 6327237.

HSL color Cylindrical-coordinate representation of color #C58B60: hue angle of 25.54º 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 #C58B60 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19713996-
CMYK00.290.510.23
HSL25.54º46.54%57.45%-
HSV(B)25.54º51.27%77.25%-
XYZ34.3731.1815.27-
YUV151.4496.72160.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=45.60%
G=32.18%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971399600.290.510.2325.5446.5457.45
HexC58B6001D33171a2f39
Octal3052131400356327325771
Binary110001011000101111000000111011100111011111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B60; }

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

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

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

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

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

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

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

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