#493616

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

Shades of Clinker #493616

Tints of Clinker #493616

Color information

#493616 (or 0x493616) is unknown color: approx Clinker. HEX triplet: 49, 36 and 16. RGB value is (73,54,22). Sum of RGB (Red+Green+Blue) = 73+54+22=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493616 is #B6C9E9. Grayscale: #383838. Windows color (decimal): -11979242 or 1455689. OLE color: 1455689.

HSL color Cylindrical-coordinate representation of color #493616: hue angle of 37.65º 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 #493616 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB735422-
CMYK00.260.700.71
HSL37.65º53.68%18.63%-
HSV(B)37.65º69.86%28.63%-
XYZ4.214.111.33-
YUV56.03108.79140.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=48.99%
G=36.24%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73542200.260.700.7137.6553.6818.63
Hex49361601A4647263613
Octal1116626032106107466623
Binary1001001110110101100110101000110100011110011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493616; }

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

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

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

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

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

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

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

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