Html Css Color HEX #C49746 Tussock

📋 copy color: '#C49746'

red 196 ◦ green 151 ◦ blue 70

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

Shades of Tussock #C49746

Tints of Tussock #C49746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 70 (27.73% from 255) = 16.79%

R = 47%
G = 36.21%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C49746 (or 0xC49746) is known color: Tussock. HEX triplet: C4, 97 and 46. RGB value is (196,151,70). Sum of RGB (Red+Green+Blue) = 196+151+70=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C49746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49746 is #3B68B9. Grayscale: #9B9B9B. Windows color (decimal): -3893434 or 4626372. OLE color: 4626372.

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

Color convert

RGB 196 151 70 -
CMYK 0 0.23 0.64 0.23
HSL 38.57º 0.52% 0.52% -
HSV(B) 38.57º 0.64% 0.77% -
XYZ 34.94 34.31 10.58 -
YUV 155.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 196 151 70 0 0.23 0.64 0.23 38.57 0.52 0.52
Hex C4 97 46 0 17 40 17 27 34 34
Octal 304 227 106 0 27 100 27 47 64 64
Binary 11000100 10010111 1000110 0 10111 1000000 10111 100111 110100 110100

Color Harmonies of #C49746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49746

Black with #C49746

Text Example


Text Example

White with #C49746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49746; }

 p { color: rgb(196,151,70); }

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

background-color css

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

 a { background-color: rgb(196,151,70); }

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

border-color css

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

 span { border-color: rgb(196,151,70); }

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