#C58B61

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

Shades of Whiskey #C58B61

Tints of Whiskey #C58B61

Color information

#C58B61 (or 0xC58B61) is unknown color: approx Whiskey. HEX triplet: C5, 8B and 61. RGB value is (197,139,97). Sum of RGB (Red+Green+Blue) = 197+139+97=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B61 is #3A749E. Grayscale: #979797. Windows color (decimal): -3830943 or 6392773. OLE color: 6392773.

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

Color convert

RGB19713997-
CMYK00.290.510.23
HSL25.2º46.3%57.65%-
HSV(B)25.2º50.76%77.25%-
XYZ34.4231.215.52-
YUV151.5597.22160.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=45.50%
G=32.10%
B=22.40%

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
Decimal1971399700.290.510.2325.246.357.65
HexC58B6101D3317192e3a
Octal3052131410356327315672
Binary110001011000101111000010111011100111011111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B61; }

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

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

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

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

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

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

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

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