#493113

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

Shades of Clinker #493113

Tints of Clinker #493113

Color information

#493113 (or 0x493113) is unknown color: approx Clinker. HEX triplet: 49, 31 and 13. RGB value is (73,49,19). Sum of RGB (Red+Green+Blue) = 73+49+19=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #493113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493113 is #B6CEEC. Grayscale: #343434. Windows color (decimal): -11980525 or 1257801. OLE color: 1257801.

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

Color convert

RGB734919-
CMYK00.330.740.71
HSL33.33º58.7%18.04%-
HSV(B)33.33º73.97%28.63%-
XYZ3.963.661.11-
YUV52.76108.95142.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=51.77%
G=34.75%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73491900.330.740.7133.3358.718.04
Hex4931130214A47213b12
Octal1116123041112107417322
Binary10010011100011001101000011001010100011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493113; }

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

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

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

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

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

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

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

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