#493511

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

Shades of Clinker #493511

Tints of Clinker #493511

Color information

#493511 (or 0x493511) is unknown color: approx Clinker. HEX triplet: 49, 35 and 11. RGB value is (73,53,17). Sum of RGB (Red+Green+Blue) = 73+53+17=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493511 is #B6CAEE. Grayscale: #373737. Windows color (decimal): -11979503 or 1127753. OLE color: 1127753.

HSL color Cylindrical-coordinate representation of color #493511: hue angle of 38.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493511 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB735317-
CMYK00.270.770.71
HSL38.57º62.22%17.65%-
HSV(B)38.57º76.71%28.63%-
XYZ4.1241.09-
YUV54.88106.63140.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=51.05%
G=37.06%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73531700.270.770.7138.5762.2217.65
Hex49351101B4D47273e12
Octal1116521033115107477622
Binary1001001110101100010110111001101100011110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493511; }

 p { color: rgb(73,53,17); }

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

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

 a { background-color: rgb(73,53,17); }

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

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

 span { border-color: rgb(73,53,17); }

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