#493520

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

Shades of Clinker #493520

Tints of Clinker #493520

Color information

#493520 (or 0x493520) is unknown color: approx Clinker. HEX triplet: 49, 35 and 20. RGB value is (73,53,32). Sum of RGB (Red+Green+Blue) = 73+53+32=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493520 is #B6CADF. Grayscale: #383838. Windows color (decimal): -11979488 or 2110793. OLE color: 2110793.

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

Color convert

RGB735332-
CMYK00.270.560.71
HSL30.73º39.05%20.59%-
HSV(B)30.73º56.16%28.63%-
XYZ4.284.071.93-
YUV56.59114.13139.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=46.20%
G=33.54%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73533200.270.560.7130.7339.0520.59
Hex49352001B38471f2715
Octal111654003370107374725
Binary100100111010110000001101111100010001111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493520; }

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

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

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

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

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

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

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

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