#493412

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

Shades of Clinker #493412

Tints of Clinker #493412

Color information

#493412 (or 0x493412) is unknown color: approx Clinker. HEX triplet: 49, 34 and 12. RGB value is (73,52,18). Sum of RGB (Red+Green+Blue) = 73+52+18=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493412 is #B6CBED. Grayscale: #363636. Windows color (decimal): -11979758 or 1193033. OLE color: 1193033.

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

Color convert

RGB735218-
CMYK00.290.750.71
HSL37.09º60.44%17.84%-
HSV(B)37.09º75.34%28.63%-
XYZ4.083.921.11-
YUV54.4107.46141.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=51.05%
G=36.36%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73521800.290.750.7137.0960.4417.84
Hex49341201D4B47253c12
Octal1116422035113107457422
Binary1001001110100100100111011001011100011110010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493412; }

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

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

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

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

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

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

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

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