Html Css Color HEX #C59B49 Tussock

📋 copy color: '#C59B49'

red 197 ◦ green 155 ◦ blue 73

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

Shades of Tussock #C59B49

Tints of Tussock #C59B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 46.35%
G = 36.47%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C59B49 (or 0xC59B49) is known color: Tussock. HEX triplet: C5, 9B and 49. RGB value is (197,155,73). Sum of RGB (Red+Green+Blue) = 197+155+73=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B49 is #3A64B6. Grayscale: #9E9E9E. Windows color (decimal): -3826871 or 4824005. OLE color: 4824005.

HSL color Cylindrical-coordinate representation of color #C59B49: hue angle of 39.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59B49 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 155 73 -
CMYK 0 0.21 0.63 0.23
HSL 39.68º 0.52% 0.53% -
HSV(B) 39.68º 0.63% 0.77% -
XYZ 35.95 35.79 11.32 -
YUV 158.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 197 155 73 0 0.21 0.63 0.23 39.68 0.52 0.53
Hex C5 9B 49 0 15 3F 17 28 34 35
Octal 305 233 111 0 25 77 27 50 64 65
Binary 11000101 10011011 1001001 0 10101 111111 10111 101000 110100 110101

Color Harmonies of #C59B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59B49

Black with #C59B49

Text Example


Text Example

White with #C59B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59B49; }

 p { color: rgb(197,155,73); }

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

background-color css

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

 a { background-color: rgb(197,155,73); }

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

border-color css

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

 span { border-color: rgb(197,155,73); }

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