#C58A5E

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

Shades of Whiskey #C58A5E

Tints of Whiskey #C58A5E

Color information

#C58A5E (or 0xC58A5E) is unknown color: approx Whiskey. HEX triplet: C5, 8A and 5E. RGB value is (197,138,94). Sum of RGB (Red+Green+Blue) = 197+138+94=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A5E is #3A75A1. Grayscale: #969696. Windows color (decimal): -3831202 or 6195909. OLE color: 6195909.

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

Color convert

RGB19713894-
CMYK00.300.520.23
HSL25.63º47.03%57.06%-
HSV(B)25.63º52.28%77.25%-
XYZ34.1330.8614.75-
YUV150.6296.05161.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=45.92%
G=32.17%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971389400.300.520.2325.6347.0357.06
HexC58A5E01E34171a2f39
Octal3052121360366427325771
Binary110001011000101010111100111101101001011111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A5E; }

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

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

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

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

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

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

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

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