#493921

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

Shades of Clinker #493921

Tints of Clinker #493921

Color information

#493921 (or 0x493921) is unknown color: approx Clinker. HEX triplet: 49, 39 and 21. RGB value is (73,57,33). Sum of RGB (Red+Green+Blue) = 73+57+33=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493921 is #B6C6DE. Grayscale: #3B3B3B. Windows color (decimal): -11978463 or 2177353. OLE color: 2177353.

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

Color convert

RGB735733-
CMYK00.220.550.71
HSL36º37.74%20.78%-
HSV(B)36º54.79%28.63%-
XYZ4.494.452.06-
YUV59.05113.3137.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=44.79%
G=34.97%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73573300.220.550.713637.7420.78
Hex4939210163747242615
Octal111714102667107444625
Binary1001001111001100001010110110111100011110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493921; }

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

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

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

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

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

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

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

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