#C19345

Color #C19345 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C19345

Tints of Tussock #C19345

Color information

#C19345 (or 0xC19345) is unknown color: approx Tussock. HEX triplet: C1, 93 and 45. RGB value is (193,147,69). Sum of RGB (Red+Green+Blue) = 193+147+69=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19345 is #3E6CBA. Grayscale: #989898. Windows color (decimal): -4091067 or 4559809. OLE color: 4559809.

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

Color convert

RGB19314769-
CMYK00.240.640.24
HSL37.74º50%51.37%-
HSV(B)37.74º64.25%75.69%-
XYZ33.532.6310.16-
YUV151.8681.24157.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 69 (27.34% from 255) = 16.87%
R=47.19%
G=35.94%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931476900.240.640.2437.745051.37
HexC193450184018263233
Octal30122310503010030466263
Binary11000001100100111000101011000100000011000100110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19345; }

 p { color: rgb(193,147,69); }

 H1.HeaderClassName
 {
   color: #C19345;
 }
 .AnyTagClassName
 {
   color: #C19345;
 }
</style>
background-color css

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

 a { background-color: rgb(193,147,69); }

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

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

 span { border-color: rgb(193,147,69); }

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