Html Css Color HEX #C29549 Tussock

📋 copy color: '#C29549'

red 194 ◦ green 149 ◦ blue 73

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

Shades of Tussock #C29549

Tints of Tussock #C29549

RGB

 RED value IS 194 (76.17% from 255) = 46.63%

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 46.63%
G = 35.82%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C29549 (or 0xC29549) is known color: Tussock. HEX triplet: C2, 95 and 49. RGB value is (194,149,73). Sum of RGB (Red+Green+Blue) = 194+149+73=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C29549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29549 is #3D6AB6. Grayscale: #9A9A9A. Windows color (decimal): -4025015 or 4822466. OLE color: 4822466.

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

Color convert

RGB 194 149 73 -
CMYK 0 0.23 0.62 0.24
HSL 37.69º 0.5% 0.52% -
HSV(B) 37.69º 0.62% 0.76% -
XYZ 34.2 33.45 10.96 -
YUV 153.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 194 149 73 0 0.23 0.62 0.24 37.69 0.5 0.52
Hex C2 95 49 0 17 3E 18 26 32 34
Octal 302 225 111 0 27 76 30 46 62 64
Binary 11000010 10010101 1001001 0 10111 111110 11000 100110 110010 110100

Color Harmonies of #C29549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29549

Black with #C29549

Text Example


Text Example

White with #C29549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29549; }

 p { color: rgb(194,149,73); }

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

background-color css

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

 a { background-color: rgb(194,149,73); }

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

border-color css

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

 span { border-color: rgb(194,149,73); }

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