#C4885F

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

Shades of Whiskey #C4885F

Tints of Whiskey #C4885F

Color information

#C4885F (or 0xC4885F) is unknown color: approx Whiskey. HEX triplet: C4, 88 and 5F. RGB value is (196,136,95). Sum of RGB (Red+Green+Blue) = 196+136+95=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4885F is #3B77A0. Grayscale: #959595. Windows color (decimal): -3897249 or 6260932. OLE color: 6260932.

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

Color convert

RGB19613695-
CMYK00.310.520.23
HSL24.36º46.12%57.06%-
HSV(B)24.36º51.53%76.86%-
XYZ33.6330.1714.88-
YUV149.2797.38161.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=45.90%
G=31.85%
B=22.25%

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
Decimal1961369500.310.520.2324.3646.1257.06
HexC4885F01F3417182e39
Octal3042101370376427305671
Binary110001001000100010111110111111101001011111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4885F; }

 p { color: rgb(196,136,95); }

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

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

 a { background-color: rgb(196,136,95); }

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

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

 span { border-color: rgb(196,136,95); }

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