#C5895E

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

Shades of Whiskey #C5895E

Tints of Whiskey #C5895E

Color information

#C5895E (or 0xC5895E) is unknown color: approx Whiskey. HEX triplet: C5, 89 and 5E. RGB value is (197,137,94). Sum of RGB (Red+Green+Blue) = 197+137+94=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5895E is #3A76A1. Grayscale: #969696. Windows color (decimal): -3831458 or 6195653. OLE color: 6195653.

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

Color convert

RGB19713794-
CMYK00.300.520.23
HSL25.05º47.03%57.06%-
HSV(B)25.05º52.28%77.25%-
XYZ33.9930.5714.7-
YUV150.0496.38161.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=46.03%
G=32.01%
B=21.96%

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
Decimal1971379400.300.520.2325.0547.0357.06
HexC5895E01E3417192f39
Octal3052111360366427315771
Binary110001011000100110111100111101101001011111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5895E; }

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

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

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

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

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

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

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

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