#493721

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

Shades of Clinker #493721

Tints of Clinker #493721

Color information

#493721 (or 0x493721) is unknown color: approx Clinker. HEX triplet: 49, 37 and 21. RGB value is (73,55,33). Sum of RGB (Red+Green+Blue) = 73+55+33=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493721 is #B6C8DE. Grayscale: #393939. Windows color (decimal): -11978975 or 2176841. OLE color: 2176841.

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

Color convert

RGB735533-
CMYK00.250.550.71
HSL33º37.74%20.78%-
HSV(B)33º54.79%28.63%-
XYZ4.394.262.03-
YUV57.87113.96138.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=45.34%
G=34.16%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73553300.250.550.713337.7420.78
Hex4937210193747212615
Octal111674103167107414625
Binary1001001110111100001011001110111100011110000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493721; }

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

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

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

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

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

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

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

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