#493A28

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

Shades of Clinker #493A28

Tints of Clinker #493A28

Color information

#493A28 (or 0x493A28) is unknown color: approx Clinker. HEX triplet: 49, 3A and 28. RGB value is (73,58,40). Sum of RGB (Red+Green+Blue) = 73+58+40=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A28 is #B6C5D7. Grayscale: #3C3C3C. Windows color (decimal): -11978200 or 2636361. OLE color: 2636361.

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

Color convert

RGB735840-
CMYK00.210.450.71
HSL32.73º29.2%22.16%-
HSV(B)32.73º45.21%28.63%-
XYZ4.644.62.65-
YUV60.43116.47136.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=42.69%
G=33.92%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73584000.210.450.7132.7329.222.16
Hex493A280152D47211d16
Octal111725002555107413526
Binary100100111101010100001010110110110001111000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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