#493512

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

Shades of Clinker #493512

Tints of Clinker #493512

Color information

#493512 (or 0x493512) is unknown color: approx Clinker. HEX triplet: 49, 35 and 12. RGB value is (73,53,18). Sum of RGB (Red+Green+Blue) = 73+53+18=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493512 is #B6CAED. Grayscale: #373737. Windows color (decimal): -11979502 or 1193289. OLE color: 1193289.

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

Color convert

RGB735318-
CMYK00.270.750.71
HSL38.18º60.44%17.84%-
HSV(B)38.18º75.34%28.63%-
XYZ4.134.011.13-
YUV54.99107.13140.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=50.69%
G=36.81%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73531800.270.750.7138.1860.4417.84
Hex49351201B4B47263c12
Octal1116522033113107467422
Binary1001001110101100100110111001011100011110011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493512; }

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

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

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

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

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

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

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

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