#C48B61

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

Shades of Whiskey #C48B61

Tints of Whiskey #C48B61

Color information

#C48B61 (or 0xC48B61) is unknown color: approx Whiskey. HEX triplet: C4, 8B and 61. RGB value is (196,139,97). Sum of RGB (Red+Green+Blue) = 196+139+97=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B61 is #3B749E. Grayscale: #979797. Windows color (decimal): -3896479 or 6392772. OLE color: 6392772.

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

Color convert

RGB19613997-
CMYK00.290.510.23
HSL25.45º45.62%57.45%-
HSV(B)25.45º50.51%76.86%-
XYZ34.1631.0615.51-
YUV151.2697.38159.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=45.37%
G=32.18%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961399700.290.510.2325.4545.6257.45
HexC48B6101D3317192e39
Octal3042131410356327315671
Binary110001001000101111000010111011100111011111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B61; }

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

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

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

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

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

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

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

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