#493A20

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

Shades of Clinker #493A20

Tints of Clinker #493A20

Color information

#493A20 (or 0x493A20) is unknown color: approx Clinker. HEX triplet: 49, 3A and 20. RGB value is (73,58,32). Sum of RGB (Red+Green+Blue) = 73+58+32=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A20 is #B6C5DF. Grayscale: #3B3B3B. Windows color (decimal): -11978208 or 2112073. OLE color: 2112073.

HSL color Cylindrical-coordinate representation of color #493A20: hue angle of 38.05º 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 #493A20 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB735832-
CMYK00.210.560.71
HSL38.05º39.05%20.59%-
HSV(B)38.05º56.16%28.63%-
XYZ4.524.552.01-
YUV59.52112.47137.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=44.79%
G=35.58%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73583200.210.560.7138.0539.0520.59
Hex493A200153847262715
Octal111724002570107464725
Binary1001001111010100000010101111000100011110011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A20; }

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

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

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

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

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

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

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

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