Html Css Color HEX #C58B61 Whiskey

📋 copy color: '#C58B61'

red 197 ◦ green 139 ◦ blue 97

#C58B61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #C58B61

Tints of Whiskey #C58B61

RGB

 RED value IS 197 (77.34% from 255) = 45.5%

 GREEN value IS 139 (54.69% from 255) = 32.1%

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 45.5%
G = 32.1%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58B61 (or 0xC58B61) is known color: 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

RGB 197 139 97 -
CMYK 0 0.29 0.51 0.23
HSL 25.2º 0.46% 0.58% -
HSV(B) 25.2º 0.51% 0.77% -
XYZ 34.42 31.2 15.52 -
YUV 151.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 197 139 97 0 0.29 0.51 0.23 25.2 0.46 0.58
Hex C5 8B 61 0 1D 33 17 19 2E 3A
Octal 305 213 141 0 35 63 27 31 56 72
Binary 11000101 10001011 1100001 0 11101 110011 10111 11001 101110 111010

Color Harmonies of #C58B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B61

Black with #C58B61

Text Example


Text Example

White with #C58B61

Text Example


Text Example

HTML Codes & Css Web 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>