#493206

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

Shades of Clinker #493206

Tints of Clinker #493206

Color information

#493206 (or 0x493206) is unknown color: approx Clinker. HEX triplet: 49, 32 and 06. RGB value is (73,50,6). Sum of RGB (Red+Green+Blue) = 73+50+6=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493206 is #B6CDF9. Grayscale: #343434. Windows color (decimal): -11980282 or 406089. OLE color: 406089.

HSL color Cylindrical-coordinate representation of color #493206: hue angle of 39.4º 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 #493206 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73506-
CMYK00.320.920.71
HSL39.4º84.81%15.49%-
HSV(B)39.4º91.78%28.63%-
XYZ3.923.710.68-
YUV51.86102.12143.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=56.59%
G=38.76%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7350600.320.920.7139.484.8115.49
Hex493260205C472755f
Octal1116260401341074712517
Binary100100111001011001000001011100100011110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493206; }

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

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

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

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

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

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

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

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