Html Css Color HEX #C59D55 Twine

📋 copy color: '#C59D55'

red 197 ◦ green 157 ◦ blue 85

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

Shades of Twine #C59D55

Tints of Twine #C59D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.76%

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 44.87%
G = 35.76%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C59D55 (or 0xC59D55) is known color: Twine. HEX triplet: C5, 9D and 55. RGB value is (197,157,85). Sum of RGB (Red+Green+Blue) = 197+157+85=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D55 is #3A62AA. Grayscale: #A1A1A1. Windows color (decimal): -3826347 or 5610949. OLE color: 5610949.

HSL color Cylindrical-coordinate representation of color #C59D55: hue angle of 38.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C59D55 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 157 85 -
CMYK 0 0.20 0.57 0.23
HSL 38.57º 0.49% 0.55% -
HSV(B) 38.57º 0.57% 0.77% -
XYZ 36.72 36.64 13.73 -
YUV 160.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 197 157 85 0 0.20 0.57 0.23 38.57 0.49 0.55
Hex C5 9D 55 0 14 39 17 27 31 37
Octal 305 235 125 0 24 71 27 47 61 67
Binary 11000101 10011101 1010101 0 10100 111001 10111 100111 110001 110111

Color Harmonies of #C59D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59D55

Black with #C59D55

Text Example


Text Example

White with #C59D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59D55; }

 p { color: rgb(197,157,85); }

 H1.HeaderClassName
 {
   color: #C59D55;
 }
 .AnyTagClassName
 {
   color: #C59D55;
 }
</style>

background-color css

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

 a { background-color: rgb(197,157,85); }

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

border-color css

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

 span { border-color: rgb(197,157,85); }

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