#493724

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

Shades of Clinker #493724

Tints of Clinker #493724

Color information

#493724 (or 0x493724) is unknown color: approx Clinker. HEX triplet: 49, 37 and 24. RGB value is (73,55,36). Sum of RGB (Red+Green+Blue) = 73+55+36=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493724 is #B6C8DB. Grayscale: #3A3A3A. Windows color (decimal): -11978972 or 2373449. OLE color: 2373449.

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

Color convert

RGB735536-
CMYK00.250.510.71
HSL30.81º33.94%21.37%-
HSV(B)30.81º50.68%28.63%-
XYZ4.434.282.26-
YUV58.22115.46138.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=44.51%
G=33.54%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73553600.250.510.7130.8133.9421.37
Hex49372401933471f2215
Octal111674403163107374225
Binary100100111011110010001100111001110001111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493724; }

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

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

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

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

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

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

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

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