#493106

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

Shades of Clinker #493106

Tints of Clinker #493106

Color information

#493106 (or 0x493106) is unknown color: approx Clinker. HEX triplet: 49, 31 and 06. RGB value is (73,49,6). Sum of RGB (Red+Green+Blue) = 73+49+6=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493106 is #B6CEF9. Grayscale: #333333. Windows color (decimal): -11980538 or 405833. OLE color: 405833.

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

Color convert

RGB73496-
CMYK00.330.920.71
HSL38.51º84.81%15.49%-
HSV(B)38.51º91.78%28.63%-
XYZ3.883.630.67-
YUV51.27102.45143.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 6 (2.73% from 255) = 4.69%
R=57.03%
G=38.28%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7349600.330.920.7138.5184.8115.49
Hex493160215C472755f
Octal1116160411341074712517
Binary100100111000111001000011011100100011110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493106; }

 p { color: rgb(73,49,6); }

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

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

 a { background-color: rgb(73,49,6); }

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

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

 span { border-color: rgb(73,49,6); }

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