#c18f47

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

Shades of Tussock #C18F47

Tints of Tussock #C18F47

Color information

#C18F47 (or 0xC18F47) is unknown color: approx Tussock. HEX triplet: C1, 8F and 47. RGB value is (193,143,71). Sum of RGB (Red+Green+Blue) = 193+143+71=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F47 is #3E70B8. Grayscale: #969696. Windows color (decimal): -4092089 or 4689857. OLE color: 4689857.

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

Color convert

RGB19314371-
CMYK00.260.630.24
HSL35.41º49.59%51.76%-
HSV(B)35.41º63.21%75.69%-
XYZ32.9531.4410.29-
YUV149.7483.56158.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=47.42%
G=35.14%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931437100.260.630.2435.4149.5951.76
HexC18F4701A3F18233234
Octal3012171070327730436264
Binary1100000110001111100011101101011111111000100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18f47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18f47; }

 p { color: rgb(193,143,71); }

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

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

 a { background-color: rgb(193,143,71); }

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

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

 span { border-color: rgb(193,143,71); }

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