#493513

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

Shades of Clinker #493513

Tints of Clinker #493513

Color information

#493513 (or 0x493513) is unknown color: approx Clinker. HEX triplet: 49, 35 and 13. RGB value is (73,53,19). Sum of RGB (Red+Green+Blue) = 73+53+19=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493513 is #B6CAEC. Grayscale: #373737. Windows color (decimal): -11979501 or 1258825. OLE color: 1258825.

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

Color convert

RGB735319-
CMYK00.270.740.71
HSL37.78º58.7%18.04%-
HSV(B)37.78º73.97%28.63%-
XYZ4.144.011.17-
YUV55.1107.63140.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=50.34%
G=36.55%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73531900.270.740.7137.7858.718.04
Hex49351301B4A47263b12
Octal1116523033112107467322
Binary1001001110101100110110111001010100011110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493513; }

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

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

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

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

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

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

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

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