Html Css Color HEX #C09549 Tussock

📋 copy color: '#C09549'

red 192 ◦ green 149 ◦ blue 73

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

Shades of Tussock #C09549

Tints of Tussock #C09549

RGB

 RED value IS 192 (75.39% from 255) = 46.38%

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

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

R = 46.38%
G = 35.99%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C09549 (or 0xC09549) is known color: Tussock. HEX triplet: C0, 95 and 49. RGB value is (192,149,73). Sum of RGB (Red+Green+Blue) = 192+149+73=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C09549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09549 is #3F6AB6. Grayscale: #999999. Windows color (decimal): -4156087 or 4822464. OLE color: 4822464.

HSL color Cylindrical-coordinate representation of color #C09549: hue angle of 38.32º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09549 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 73 -
CMYK 0 0.22 0.62 0.25
HSL 38.32º 0.49% 0.52% -
HSV(B) 38.32º 0.62% 0.75% -
XYZ 33.69 33.18 10.93 -
YUV 153.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 192 149 73 0 0.22 0.62 0.25 38.32 0.49 0.52
Hex C0 95 49 0 16 3E 19 26 31 34
Octal 300 225 111 0 26 76 31 46 61 64
Binary 11000000 10010101 1001001 0 10110 111110 11001 100110 110001 110100

Color Harmonies of #C09549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09549

Black with #C09549

Text Example


Text Example

White with #C09549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09549; }

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

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

background-color css

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

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

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

border-color css

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

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

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