#493421

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

Shades of Clinker #493421

Tints of Clinker #493421

Color information

#493421 (or 0x493421) is unknown color: approx Clinker. HEX triplet: 49, 34 and 21. RGB value is (73,52,33). Sum of RGB (Red+Green+Blue) = 73+52+33=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493421 is #B6CBDE. Grayscale: #383838. Windows color (decimal): -11979743 or 2176073. OLE color: 2176073.

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

Color convert

RGB735233-
CMYK00.290.550.71
HSL28.5º37.74%20.78%-
HSV(B)28.5º54.79%28.63%-
XYZ4.253.981.98-
YUV56.11114.96140.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=46.20%
G=32.91%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73523300.290.550.7128.537.7420.78
Hex49342101D37471c2615
Octal111644103567107344625
Binary100100111010010000101110111011110001111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493421; }

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

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

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

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

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

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

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

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