#493414

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

Shades of Clinker #493414

Tints of Clinker #493414

Color information

#493414 (or 0x493414) is unknown color: approx Clinker. HEX triplet: 49, 34 and 14. RGB value is (73,52,20). Sum of RGB (Red+Green+Blue) = 73+52+20=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493414 is #B6CBEB. Grayscale: #363636. Windows color (decimal): -11979756 or 1324105. OLE color: 1324105.

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

Color convert

RGB735220-
CMYK00.290.730.71
HSL36.23º56.99%18.24%-
HSV(B)36.23º72.6%28.63%-
XYZ4.13.921.2-
YUV54.63108.46141.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=50.34%
G=35.86%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73522000.290.730.7136.2356.9918.24
Hex49341401D4947243912
Octal1116424035111107447122
Binary1001001110100101000111011001001100011110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493414; }

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

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

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

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

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

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

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

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