#C58A62

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

Shades of Whiskey #C58A62

Tints of Whiskey #C58A62

Color information

#C58A62 (or 0xC58A62) is unknown color: approx Whiskey. HEX triplet: C5, 8A and 62. RGB value is (197,138,98). Sum of RGB (Red+Green+Blue) = 197+138+98=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A62 is #3A759D. Grayscale: #979797. Windows color (decimal): -3831198 or 6458053. OLE color: 6458053.

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

Color convert

RGB19713898-
CMYK00.300.500.23
HSL24.24º46.05%57.84%-
HSV(B)24.24º50.25%77.25%-
XYZ34.3230.9315.72-
YUV151.0898.05160.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=45.50%
G=31.87%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971389800.300.500.2324.2446.0557.84
HexC58A6201E3217182e3a
Octal3052121420366227305672
Binary110001011000101011000100111101100101011111000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A62; }

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

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

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

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

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

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

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

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