#C18B46

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

Shades of Tussock #C18B46

Tints of Tussock #C18B46

Color information

#C18B46 (or 0xC18B46) is unknown color: approx Tussock. HEX triplet: C1, 8B and 46. RGB value is (193,139,70). Sum of RGB (Red+Green+Blue) = 193+139+70=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B46 is #3E74B9. Grayscale: #939393. Windows color (decimal): -4093114 or 4623297. OLE color: 4623297.

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

Color convert

RGB19313970-
CMYK00.280.640.24
HSL33.66º49.8%51.57%-
HSV(B)33.66º63.73%75.69%-
XYZ32.3330.249.93-
YUV147.2884.39160.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 70 (27.73% from 255) = 17.41%
R=48.01%
G=34.58%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931397000.280.640.2433.6649.851.57
HexC18B4601C4018223234
Octal30121310603410030426264
Binary11000001100010111000110011100100000011000100010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18B46; }

 p { color: rgb(193,139,70); }

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

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

 a { background-color: rgb(193,139,70); }

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

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

 span { border-color: rgb(193,139,70); }

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