Html Css Color HEX #C49A51 Tussock

📋 copy color: '#C49A51'

red 196 ◦ green 154 ◦ blue 81

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

Shades of Tussock #C49A51

Tints of Tussock #C49A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

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

R = 45.48%
G = 35.73%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49A51 (or 0xC49A51) is known color: Tussock. HEX triplet: C4, 9A and 51. RGB value is (196,154,81). Sum of RGB (Red+Green+Blue) = 196+154+81=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A51 is #3B65AE. Grayscale: #9E9E9E. Windows color (decimal): -3892655 or 5348036. OLE color: 5348036.

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

Color convert

RGB 196 154 81 -
CMYK 0 0.21 0.59 0.23
HSL 38.09º 0.49% 0.54% -
HSV(B) 38.09º 0.59% 0.77% -
XYZ 35.81 35.44 12.74 -
YUV 158.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 196 154 81 0 0.21 0.59 0.23 38.09 0.49 0.54
Hex C4 9A 51 0 15 3B 17 26 31 36
Octal 304 232 121 0 25 73 27 46 61 66
Binary 11000100 10011010 1010001 0 10101 111011 10111 100110 110001 110110

Color Harmonies of #C49A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A51

Black with #C49A51

Text Example


Text Example

White with #C49A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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