Html Css Color HEX #C49748 Tussock

📋 copy color: '#C49748'

red 196 ◦ green 151 ◦ blue 72

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

Shades of Tussock #C49748

Tints of Tussock #C49748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 46.78%
G = 36.04%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C49748 (or 0xC49748) is known color: Tussock. HEX triplet: C4, 97 and 48. RGB value is (196,151,72). Sum of RGB (Red+Green+Blue) = 196+151+72=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C49748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49748 is #3B68B7. Grayscale: #9B9B9B. Windows color (decimal): -3893432 or 4757444. OLE color: 4757444.

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

Color convert

RGB 196 151 72 -
CMYK 0 0.23 0.63 0.23
HSL 38.23º 0.51% 0.53% -
HSV(B) 38.23º 0.63% 0.77% -
XYZ 35 34.34 10.91 -
YUV 155.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 196 151 72 0 0.23 0.63 0.23 38.23 0.51 0.53
Hex C4 97 48 0 17 3F 17 26 33 35
Octal 304 227 110 0 27 77 27 46 63 65
Binary 11000100 10010111 1001000 0 10111 111111 10111 100110 110011 110101

Color Harmonies of #C49748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49748

Black with #C49748

Text Example


Text Example

White with #C49748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49748; }

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

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

background-color css

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

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

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

border-color css

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

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

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