#493112

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

Shades of Clinker #493112

Tints of Clinker #493112

Color information

#493112 (or 0x493112) is unknown color: approx Clinker. HEX triplet: 49, 31 and 12. RGB value is (73,49,18). Sum of RGB (Red+Green+Blue) = 73+49+18=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493112 is #B6CEED. Grayscale: #343434. Windows color (decimal): -11980526 or 1192265. OLE color: 1192265.

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

Color convert

RGB734918-
CMYK00.330.750.71
HSL33.82º60.44%17.84%-
HSV(B)33.82º75.34%28.63%-
XYZ3.963.661.07-
YUV52.64108.45142.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=52.14%
G=35%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73491800.330.750.7133.8260.4417.84
Hex4931120214B47223c12
Octal1116122041113107427422
Binary10010011100011001001000011001011100011110001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493112; }

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

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

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

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

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

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

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

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