#493928

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

Shades of Clinker #493928

Tints of Clinker #493928

Color information

#493928 (or 0x493928) is unknown color: approx Clinker. HEX triplet: 49, 39 and 28. RGB value is (73,57,40). Sum of RGB (Red+Green+Blue) = 73+57+40=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493928 is #B6C6D7. Grayscale: #3B3B3B. Windows color (decimal): -11978456 or 2636105. OLE color: 2636105.

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

Color convert

RGB735740-
CMYK00.220.450.71
HSL30.91º29.2%22.16%-
HSV(B)30.91º45.21%28.63%-
XYZ4.594.52.63-
YUV59.85116.8137.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=42.94%
G=33.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73574000.220.450.7130.9129.222.16
Hex4939280162D471f1d16
Octal111715002655107373526
Binary10010011110011010000101101011011000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493928; }

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

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

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

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

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

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

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

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