#c19343

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

Shades of Tussock #C19343

Tints of Tussock #C19343

Color information

#C19343 (or 0xC19343) is unknown color: approx Tussock. HEX triplet: C1, 93 and 43. RGB value is (193,147,67). Sum of RGB (Red+Green+Blue) = 193+147+67=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19343 is #3E6CBC. Grayscale: #989898. Windows color (decimal): -4091069 or 4428737. OLE color: 4428737.

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

Color convert

RGB19314767-
CMYK00.240.650.24
HSL38.1º50.4%50.98%-
HSV(B)38.1º65.28%75.69%-
XYZ33.4432.619.84-
YUV151.6380.24157.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=47.42%
G=36.12%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931476700.240.650.2438.150.450.98
HexC193430184118263233
Octal30122310303010130466263
Binary11000001100100111000011011000100000111000100110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c19343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c19343; }

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

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

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

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

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

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

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

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