#493420

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

Shades of Clinker #493420

Tints of Clinker #493420

Color information

#493420 (or 0x493420) is unknown color: approx Clinker. HEX triplet: 49, 34 and 20. RGB value is (73,52,32). Sum of RGB (Red+Green+Blue) = 73+52+32=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493420 is #B6CBDF. Grayscale: #383838. Windows color (decimal): -11979744 or 2110537. OLE color: 2110537.

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

Color convert

RGB735232-
CMYK00.290.560.71
HSL29.27º39.05%20.59%-
HSV(B)29.27º56.16%28.63%-
XYZ4.243.981.91-
YUV56114.46140.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=46.50%
G=33.12%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73523200.290.560.7129.2739.0520.59
Hex49342001D38471d2715
Octal111644003570107354725
Binary100100111010010000001110111100010001111110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493420; }

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

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

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

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

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

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

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

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