#493614

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

Shades of Clinker #493614

Tints of Clinker #493614

Color information

#493614 (or 0x493614) is unknown color: approx Clinker. HEX triplet: 49, 36 and 14. RGB value is (73,54,20). Sum of RGB (Red+Green+Blue) = 73+54+20=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493614 is #B6C9EB. Grayscale: #373737. Windows color (decimal): -11979244 or 1324617. OLE color: 1324617.

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

Color convert

RGB735420-
CMYK00.260.730.71
HSL38.49º56.99%18.24%-
HSV(B)38.49º72.6%28.63%-
XYZ4.194.111.23-
YUV55.8107.79140.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=49.66%
G=36.73%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73542000.260.730.7138.4956.9918.24
Hex49361401A4947263912
Octal1116624032111107467122
Binary1001001110110101000110101001001100011110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493614; }

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

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

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

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

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

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

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

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