Html Css Color HEX #C59850 Tussock

📋 copy color: '#C59850'

red 197 ◦ green 152 ◦ blue 80

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

Shades of Tussock #C59850

Tints of Tussock #C59850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 45.92%
G = 35.43%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C59850 (or 0xC59850) is known color: Tussock. HEX triplet: C5, 98 and 50. RGB value is (197,152,80). Sum of RGB (Red+Green+Blue) = 197+152+80=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C59850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59850 is #3A67AF. Grayscale: #9D9D9D. Windows color (decimal): -3827632 or 5281989. OLE color: 5281989.

HSL color Cylindrical-coordinate representation of color #C59850: hue angle of 36.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C59850 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 80 -
CMYK 0 0.23 0.59 0.23
HSL 36.92º 0.5% 0.54% -
HSV(B) 36.92º 0.59% 0.77% -
XYZ 35.7 34.91 12.45 -
YUV 157.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 197 152 80 0 0.23 0.59 0.23 36.92 0.5 0.54
Hex C5 98 50 0 17 3B 17 25 32 36
Octal 305 230 120 0 27 73 27 45 62 66
Binary 11000101 10011000 1010000 0 10111 111011 10111 100101 110010 110110

Color Harmonies of #C59850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59850

Black with #C59850

Text Example


Text Example

White with #C59850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59850; }

 p { color: rgb(197,152,80); }

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

background-color css

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

 a { background-color: rgb(197,152,80); }

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

border-color css

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

 span { border-color: rgb(197,152,80); }

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