#493114

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

Shades of Clinker #493114

Tints of Clinker #493114

Color information

#493114 (or 0x493114) is unknown color: approx Clinker. HEX triplet: 49, 31 and 14. RGB value is (73,49,20). Sum of RGB (Red+Green+Blue) = 73+49+20=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493114 is #B6CEEB. Grayscale: #353535. Windows color (decimal): -11980524 or 1323337. OLE color: 1323337.

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

Color convert

RGB734920-
CMYK00.330.730.71
HSL32.83º56.99%18.24%-
HSV(B)32.83º72.6%28.63%-
XYZ3.973.661.16-
YUV52.87109.45142.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=51.41%
G=34.51%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73492000.330.730.7132.8356.9918.24
Hex4931140214947213912
Octal1116124041111107417122
Binary10010011100011010001000011001001100011110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493114; }

 p { color: rgb(73,49,20); }

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

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

 a { background-color: rgb(73,49,20); }

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

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

 span { border-color: rgb(73,49,20); }

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