Html Css Color HEX #C49848 Tussock

📋 copy color: '#C49848'

red 196 ◦ green 152 ◦ blue 72

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

Shades of Tussock #C49848

Tints of Tussock #C49848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 46.67%
G = 36.19%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C49848 (or 0xC49848) is known color: Tussock. HEX triplet: C4, 98 and 48. RGB value is (196,152,72). Sum of RGB (Red+Green+Blue) = 196+152+72=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C49848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49848 is #3B67B7. Grayscale: #9C9C9C. Windows color (decimal): -3893176 or 4757700. OLE color: 4757700.

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

Color convert

RGB 196 152 72 -
CMYK 0 0.22 0.63 0.23
HSL 38.71º 0.51% 0.53% -
HSV(B) 38.71º 0.63% 0.77% -
XYZ 35.16 34.66 10.97 -
YUV 156.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 196 152 72 0 0.22 0.63 0.23 38.71 0.51 0.53
Hex C4 98 48 0 16 3F 17 27 33 35
Octal 304 230 110 0 26 77 27 47 63 65
Binary 11000100 10011000 1001000 0 10110 111111 10111 100111 110011 110101

Color Harmonies of #C49848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49848

Black with #C49848

Text Example


Text Example

White with #C49848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49848; }

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

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

background-color css

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

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

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

border-color css

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

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

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