#493612

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

Shades of Clinker #493612

Tints of Clinker #493612

Color information

#493612 (or 0x493612) is unknown color: approx Clinker. HEX triplet: 49, 36 and 12. RGB value is (73,54,18). Sum of RGB (Red+Green+Blue) = 73+54+18=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493612 is #B6C9ED. Grayscale: #373737. Windows color (decimal): -11979246 or 1193545. OLE color: 1193545.

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

Color convert

RGB735418-
CMYK00.260.750.71
HSL39.27º60.44%17.84%-
HSV(B)39.27º75.34%28.63%-
XYZ4.184.11.14-
YUV55.58106.79140.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=50.34%
G=37.24%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73541800.260.750.7139.2760.4417.84
Hex49361201A4B47273c12
Octal1116622032113107477422
Binary1001001110110100100110101001011100011110011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493612; }

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

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

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

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

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

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

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

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