#493720

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

Shades of Clinker #493720

Tints of Clinker #493720

Color information

#493720 (or 0x493720) is unknown color: approx Clinker. HEX triplet: 49, 37 and 20. RGB value is (73,55,32). Sum of RGB (Red+Green+Blue) = 73+55+32=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493720 is #B6C8DF. Grayscale: #393939. Windows color (decimal): -11978976 or 2111305. OLE color: 2111305.

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

Color convert

RGB735532-
CMYK00.250.560.71
HSL33.66º39.05%20.59%-
HSV(B)33.66º56.16%28.63%-
XYZ4.374.251.96-
YUV57.76113.46138.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 32 (12.89% from 255) = 20%
R=45.62%
G=34.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73553200.250.560.7133.6639.0520.59
Hex4937200193847222715
Octal111674003170107424725
Binary1001001110111100000011001111000100011110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493720; }

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

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

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

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

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

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

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

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