#C5885E

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

Shades of Whiskey #C5885E

Tints of Whiskey #C5885E

Color information

#C5885E (or 0xC5885E) is unknown color: approx Whiskey. HEX triplet: C5, 88 and 5E. RGB value is (197,136,94). Sum of RGB (Red+Green+Blue) = 197+136+94=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5885E is #3A77A1. Grayscale: #959595. Windows color (decimal): -3831714 or 6195397. OLE color: 6195397.

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

Color convert

RGB19713694-
CMYK00.310.520.23
HSL24.47º47.03%57.06%-
HSV(B)24.47º52.28%77.25%-
XYZ33.8530.2914.65-
YUV149.4596.71161.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=46.14%
G=31.85%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971369400.310.520.2324.4747.0357.06
HexC5885E01F3417182f39
Octal3052101360376427305771
Binary110001011000100010111100111111101001011111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5885E; }

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

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

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

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

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

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

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

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