#493C28

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

Shades of Clinker #493C28

Tints of Clinker #493C28

Color information

#493C28 (or 0x493C28) is unknown color: approx Clinker. HEX triplet: 49, 3C and 28. RGB value is (73,60,40). Sum of RGB (Red+Green+Blue) = 73+60+40=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C28 is #B6C3D7. Grayscale: #3D3D3D. Windows color (decimal): -11977688 or 2636873. OLE color: 2636873.

HSL color Cylindrical-coordinate representation of color #493C28: hue angle of 36.36º 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 #493C28 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB736040-
CMYK00.180.450.71
HSL36.36º29.2%22.16%-
HSV(B)36.36º45.21%28.63%-
XYZ4.754.82.68-
YUV61.61115.81136.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=42.20%
G=34.68%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73604000.180.450.7136.3629.222.16
Hex493C280122D47241d16
Octal111745002255107443526
Binary100100111110010100001001010110110001111001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493C28; }

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

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

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

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

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

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

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

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