#493924

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

Shades of Clinker #493924

Tints of Clinker #493924

Color information

#493924 (or 0x493924) is unknown color: approx Clinker. HEX triplet: 49, 39 and 24. RGB value is (73,57,36). Sum of RGB (Red+Green+Blue) = 73+57+36=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493924 is #B6C6DB. Grayscale: #3B3B3B. Windows color (decimal): -11978460 or 2373961. OLE color: 2373961.

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

Color convert

RGB735736-
CMYK00.220.510.71
HSL34.05º33.94%21.37%-
HSV(B)34.05º50.68%28.63%-
XYZ4.534.472.29-
YUV59.39114.8137.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=43.98%
G=34.34%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73573600.220.510.7134.0533.9421.37
Hex4939240163347222215
Octal111714402663107424225
Binary1001001111001100100010110110011100011110001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493924; }

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

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

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

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

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

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

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

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