#493C29

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

Shades of Clinker #493C29

Tints of Clinker #493C29

Color information

#493C29 (or 0x493C29) is unknown color: approx Clinker. HEX triplet: 49, 3C and 29. RGB value is (73,60,41). Sum of RGB (Red+Green+Blue) = 73+60+41=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C29 is #B6C3D6. Grayscale: #3D3D3D. Windows color (decimal): -11977687 or 2702409. OLE color: 2702409.

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

Color convert

RGB736041-
CMYK00.180.440.71
HSL35.62º28.07%22.35%-
HSV(B)35.62º43.84%28.63%-
XYZ4.764.812.77-
YUV61.72116.31136.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=41.95%
G=34.48%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73604100.180.440.7135.6228.0722.35
Hex493C290122C47241c16
Octal111745102254107443426
Binary100100111110010100101001010110010001111001001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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