#493A29

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

Shades of Clinker #493A29

Tints of Clinker #493A29

Color information

#493A29 (or 0x493A29) is unknown color: approx Clinker. HEX triplet: 49, 3A and 29. RGB value is (73,58,41). Sum of RGB (Red+Green+Blue) = 73+58+41=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A29 is #B6C5D6. Grayscale: #3C3C3C. Windows color (decimal): -11978199 or 2701897. OLE color: 2701897.

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

Color convert

RGB735841-
CMYK00.210.440.71
HSL31.87º28.07%22.35%-
HSV(B)31.87º43.84%28.63%-
XYZ4.664.62.74-
YUV60.55116.97136.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=42.44%
G=33.72%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73584100.210.440.7131.8728.0722.35
Hex493A290152C47201c16
Octal111725102554107403426
Binary100100111101010100101010110110010001111000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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