Html Css Color HEX #C39C49 Tussock

📋 copy color: '#C39C49'

red 195 ◦ green 156 ◦ blue 73

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

Shades of Tussock #C39C49

Tints of Tussock #C39C49

RGB

 RED value IS 195 (76.56% from 255) = 45.99%

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 73 (28.91% from 255) = 17.22%

R = 45.99%
G = 36.79%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C39C49 (or 0xC39C49) is known color: Tussock. HEX triplet: C3, 9C and 49. RGB value is (195,156,73). Sum of RGB (Red+Green+Blue) = 195+156+73=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C49 is #3C63B6. Grayscale: #9E9E9E. Windows color (decimal): -3957687 or 4824259. OLE color: 4824259.

HSL color Cylindrical-coordinate representation of color #C39C49: hue angle of 40.82º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C39C49 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 156 73 -
CMYK 0 0.20 0.63 0.24
HSL 40.82º 0.5% 0.53% -
HSV(B) 40.82º 0.63% 0.76% -
XYZ 35.6 35.86 11.35 -
YUV 158.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 195 156 73 0 0.20 0.63 0.24 40.82 0.5 0.53
Hex C3 9C 49 0 14 3F 18 29 32 35
Octal 303 234 111 0 24 77 30 51 62 65
Binary 11000011 10011100 1001001 0 10100 111111 11000 101001 110010 110101

Color Harmonies of #C39C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C49

Black with #C39C49

Text Example


Text Example

White with #C39C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C49; }

 p { color: rgb(195,156,73); }

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

background-color css

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

 a { background-color: rgb(195,156,73); }

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

border-color css

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

 span { border-color: rgb(195,156,73); }

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