Html Css Color HEX #C49D4D Tussock

📋 copy color: '#C49D4D'

red 196 ◦ green 157 ◦ blue 77

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

Shades of Tussock #C49D4D

Tints of Tussock #C49D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 45.58%
G = 36.51%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C49D4D (or 0xC49D4D) is known color: Tussock. HEX triplet: C4, 9D and 4D. RGB value is (196,157,77). Sum of RGB (Red+Green+Blue) = 196+157+77=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D4D is #3B62B2. Grayscale: #9F9F9F. Windows color (decimal): -3891891 or 5086660. OLE color: 5086660.

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

Color convert

RGB 196 157 77 -
CMYK 0 0.20 0.61 0.23
HSL 40.34º 0.5% 0.54% -
HSV(B) 40.34º 0.61% 0.77% -
XYZ 36.16 36.39 12.14 -
YUV 159.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 196 157 77 0 0.20 0.61 0.23 40.34 0.5 0.54
Hex C4 9D 4D 0 14 3D 17 28 32 36
Octal 304 235 115 0 24 75 27 50 62 66
Binary 11000100 10011101 1001101 0 10100 111101 10111 101000 110010 110110

Color Harmonies of #C49D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D4D

Black with #C49D4D

Text Example


Text Example

White with #C49D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D4D; }

 p { color: rgb(196,157,77); }

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

background-color css

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

 a { background-color: rgb(196,157,77); }

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

border-color css

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

 span { border-color: rgb(196,157,77); }

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