#493312

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

Shades of Clinker #493312

Tints of Clinker #493312

Color information

#493312 (or 0x493312) is unknown color: approx Clinker. HEX triplet: 49, 33 and 12. RGB value is (73,51,18). Sum of RGB (Red+Green+Blue) = 73+51+18=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493312 is #B6CCED. Grayscale: #353535. Windows color (decimal): -11980014 or 1192777. OLE color: 1192777.

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

Color convert

RGB735118-
CMYK00.300.750.71
HSL36º60.44%17.84%-
HSV(B)36º75.34%28.63%-
XYZ4.043.831.1-
YUV53.82107.79141.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=51.41%
G=35.92%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73511800.300.750.713660.4417.84
Hex49331201E4B47243c12
Octal1116322036113107447422
Binary1001001110011100100111101001011100011110010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493312; }

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

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

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

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

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

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

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

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