Html Css Color HEX #C49851 Tussock

📋 copy color: '#C49851'

red 196 ◦ green 152 ◦ blue 81

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

Shades of Tussock #C49851

Tints of Tussock #C49851

RGB

 RED value IS 196 (76.95% from 255) = 45.69%

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

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 45.69%
G = 35.43%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49851 (or 0xC49851) is known color: Tussock. HEX triplet: C4, 98 and 51. RGB value is (196,152,81). Sum of RGB (Red+Green+Blue) = 196+152+81=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49851 is #3B67AE. Grayscale: #9D9D9D. Windows color (decimal): -3893167 or 5347524. OLE color: 5347524.

HSL color Cylindrical-coordinate representation of color #C49851: hue angle of 37.04º degrees, saturation: 0.49, 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 #C49851 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 81 -
CMYK 0 0.22 0.59 0.23
HSL 37.04º 0.49% 0.54% -
HSV(B) 37.04º 0.59% 0.77% -
XYZ 35.48 34.79 12.63 -
YUV 157.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 196 152 81 0 0.22 0.59 0.23 37.04 0.49 0.54
Hex C4 98 51 0 16 3B 17 25 31 36
Octal 304 230 121 0 26 73 27 45 61 66
Binary 11000100 10011000 1010001 0 10110 111011 10111 100101 110001 110110

Color Harmonies of #C49851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49851

Black with #C49851

Text Example


Text Example

White with #C49851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49851; }

 p { color: rgb(196,152,81); }

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

background-color css

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

 a { background-color: rgb(196,152,81); }

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

border-color css

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

 span { border-color: rgb(196,152,81); }

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