#493416

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

Shades of Clinker #493416

Tints of Clinker #493416

Color information

#493416 (or 0x493416) is unknown color: approx Clinker. HEX triplet: 49, 34 and 16. RGB value is (73,52,22). Sum of RGB (Red+Green+Blue) = 73+52+22=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493416 is #B6CBE9. Grayscale: #373737. Windows color (decimal): -11979754 or 1455177. OLE color: 1455177.

HSL color Cylindrical-coordinate representation of color #493416: hue angle of 35.29º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493416 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB735222-
CMYK00.290.700.71
HSL35.29º53.68%18.63%-
HSV(B)35.29º69.86%28.63%-
XYZ4.123.931.3-
YUV54.86109.46140.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=49.66%
G=35.37%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73522200.290.700.7135.2953.6818.63
Hex49341601D4647233613
Octal1116426035106107436623
Binary1001001110100101100111011000110100011110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493416; }

 p { color: rgb(73,52,22); }

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

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

 a { background-color: rgb(73,52,22); }

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

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

 span { border-color: rgb(73,52,22); }

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