#C48D61

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

Shades of Whiskey #C48D61

Tints of Whiskey #C48D61

Color information

#C48D61 (or 0xC48D61) is unknown color: approx Whiskey. HEX triplet: C4, 8D and 61. RGB value is (196,141,97). Sum of RGB (Red+Green+Blue) = 196+141+97=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D61 is #3B729E. Grayscale: #989898. Windows color (decimal): -3895967 or 6393284. OLE color: 6393284.

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

Color convert

RGB19614197-
CMYK00.280.510.23
HSL26.67º45.62%57.45%-
HSV(B)26.67º50.51%76.86%-
XYZ34.4531.6515.6-
YUV152.4396.72159.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=45.16%
G=32.49%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961419700.280.510.2326.6745.6257.45
HexC48D6101C33171b2e39
Octal3042151410346327335671
Binary110001001000110111000010111001100111011111011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D61; }

 p { color: rgb(196,141,97); }

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

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

 a { background-color: rgb(196,141,97); }

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

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

 span { border-color: rgb(196,141,97); }

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