#C28B62

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

Shades of Whiskey #C28B62

Tints of Whiskey #C28B62

Color information

#C28B62 (or 0xC28B62) is unknown color: approx Whiskey. HEX triplet: C2, 8B and 62. RGB value is (194,139,98). Sum of RGB (Red+Green+Blue) = 194+139+98=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B62 is #3D749D. Grayscale: #969696. Windows color (decimal): -4027550 or 6458306. OLE color: 6458306.

HSL color Cylindrical-coordinate representation of color #C28B62: hue angle of 25.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28B62 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19413998-
CMYK00.280.490.24
HSL25.63º44.04%57.25%-
HSV(B)25.63º49.48%76.08%-
XYZ33.6930.8215.73-
YUV150.7798.22158.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=45.01%
G=32.25%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941399800.280.490.2425.6344.0457.25
HexC28B6201C31181a2c39
Octal3022131420346130325471
Binary110000101000101111000100111001100011100011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B62; }

 p { color: rgb(194,139,98); }

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

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

 a { background-color: rgb(194,139,98); }

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

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

 span { border-color: rgb(194,139,98); }

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