Html Css Color HEX #C49348 Tussock

📋 copy color: '#C49348'

red 196 ◦ green 147 ◦ blue 72

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

Shades of Tussock #C49348

Tints of Tussock #C49348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 47.23%
G = 35.42%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C49348 (or 0xC49348) is known color: Tussock. HEX triplet: C4, 93 and 48. RGB value is (196,147,72). Sum of RGB (Red+Green+Blue) = 196+147+72=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C49348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49348 is #3B6CB7. Grayscale: #999999. Windows color (decimal): -3894456 or 4756420. OLE color: 4756420.

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

Color convert

RGB 196 147 72 -
CMYK 0 0.25 0.63 0.23
HSL 36.29º 0.51% 0.53% -
HSV(B) 36.29º 0.63% 0.77% -
XYZ 34.37 33.07 10.7 -
YUV 153.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 196 147 72 0 0.25 0.63 0.23 36.29 0.51 0.53
Hex C4 93 48 0 19 3F 17 24 33 35
Octal 304 223 110 0 31 77 27 44 63 65
Binary 11000100 10010011 1001000 0 11001 111111 10111 100100 110011 110101

Color Harmonies of #C49348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49348

Black with #C49348

Text Example


Text Example

White with #C49348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49348; }

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

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

background-color css

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

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

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

border-color css

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

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

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