#C58A61

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

Shades of Whiskey #C58A61

Tints of Whiskey #C58A61

Color information

#C58A61 (or 0xC58A61) is unknown color: approx Whiskey. HEX triplet: C5, 8A and 61. RGB value is (197,138,97). Sum of RGB (Red+Green+Blue) = 197+138+97=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A61 is #3A759E. Grayscale: #979797. Windows color (decimal): -3831199 or 6392517. OLE color: 6392517.

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

Color convert

RGB19713897-
CMYK00.300.510.23
HSL24.6º46.3%57.65%-
HSV(B)24.6º50.76%77.25%-
XYZ34.2730.9115.47-
YUV150.9797.55160.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=45.60%
G=31.94%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971389700.300.510.2324.646.357.65
HexC58A6101E3317192e3a
Octal3052121410366327315672
Binary110001011000101011000010111101100111011111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A61; }

 p { color: rgb(197,138,97); }

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

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

 a { background-color: rgb(197,138,97); }

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

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

 span { border-color: rgb(197,138,97); }

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