#C18848

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

Shades of Tussock #C18848

Tints of Tussock #C18848

Color information

#C18848 (or 0xC18848) is unknown color: approx Tussock. HEX triplet: C1, 88 and 48. RGB value is (193,136,72). Sum of RGB (Red+Green+Blue) = 193+136+72=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C18848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18848 is #3E77B7. Grayscale: #929292. Windows color (decimal): -4093880 or 4753601. OLE color: 4753601.

HSL color Cylindrical-coordinate representation of color #C18848: hue angle of 31.74º degrees, saturation: 0.49, 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 #C18848 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19313672-
CMYK00.300.630.24
HSL31.74º49.39%51.96%-
HSV(B)31.74º62.69%75.69%-
XYZ31.9729.4110.12-
YUV145.7586.38161.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=48.13%
G=33.92%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931367200.300.630.2431.7449.3951.96
HexC1884801E3F18203134
Octal3012101100367730406164
Binary1100000110001000100100001111011111111000100000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18848; }

 p { color: rgb(193,136,72); }

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

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

 a { background-color: rgb(193,136,72); }

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

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

 span { border-color: rgb(193,136,72); }

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