#493011

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

Shades of Clinker #493011

Tints of Clinker #493011

Color information

#493011 (or 0x493011) is unknown color: approx Clinker. HEX triplet: 49, 30 and 11. RGB value is (73,48,17). Sum of RGB (Red+Green+Blue) = 73+48+17=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #493011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493011 is #B6CFEE. Grayscale: #343434. Windows color (decimal): -11980783 or 1126473. OLE color: 1126473.

HSL color Cylindrical-coordinate representation of color #493011: hue angle of 33.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493011 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB734817-
CMYK00.340.770.71
HSL33.21º62.22%17.65%-
HSV(B)33.21º76.71%28.63%-
XYZ3.913.571.01-
YUV51.94108.28143.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=52.90%
G=34.78%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73481700.340.770.7133.2162.2217.65
Hex4930110224D47213e12
Octal1116021042115107417622
Binary10010011100001000101000101001101100011110000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493011; }

 p { color: rgb(73,48,17); }

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

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

 a { background-color: rgb(73,48,17); }

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

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

 span { border-color: rgb(73,48,17); }

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