Html Css Color HEX #C48D47 Tussock

📋 copy color: '#C48D47'

red 196 ◦ green 141 ◦ blue 71

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

Shades of Tussock #C48D47

Tints of Tussock #C48D47

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 48.04%
G = 34.56%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48D47 (or 0xC48D47) is known color: Tussock. HEX triplet: C4, 8D and 47. RGB value is (196,141,71). Sum of RGB (Red+Green+Blue) = 196+141+71=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D47 is #3B72B8. Grayscale: #959595. Windows color (decimal): -3895993 or 4689348. OLE color: 4689348.

HSL color Cylindrical-coordinate representation of color #C48D47: hue angle of 33.6º degrees, saturation: 0.51, 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 #C48D47 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 71 -
CMYK 0 0.28 0.64 0.23
HSL 33.6º 0.51% 0.52% -
HSV(B) 33.6º 0.64% 0.77% -
XYZ 33.43 31.24 10.23 -
YUV 149.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 196 141 71 0 0.28 0.64 0.23 33.6 0.51 0.52
Hex C4 8D 47 0 1C 40 17 22 33 34
Octal 304 215 107 0 34 100 27 42 63 64
Binary 11000100 10001101 1000111 0 11100 1000000 10111 100010 110011 110100

Color Harmonies of #C48D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D47

Black with #C48D47

Text Example


Text Example

White with #C48D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D47; }

 p { color: rgb(196,141,71); }

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

background-color css

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

 a { background-color: rgb(196,141,71); }

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

border-color css

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

 span { border-color: rgb(196,141,71); }

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