#493313

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

Shades of Clinker #493313

Tints of Clinker #493313

Color information

#493313 (or 0x493313) is unknown color: approx Clinker. HEX triplet: 49, 33 and 13. RGB value is (73,51,19). Sum of RGB (Red+Green+Blue) = 73+51+19=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493313 is #B6CCEC. Grayscale: #363636. Windows color (decimal): -11980013 or 1258313. OLE color: 1258313.

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

Color convert

RGB735119-
CMYK00.300.740.71
HSL35.56º58.7%18.04%-
HSV(B)35.56º73.97%28.63%-
XYZ4.053.831.14-
YUV53.93108.29141.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=51.05%
G=35.66%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73511900.300.740.7135.5658.718.04
Hex49331301E4A47243b12
Octal1116323036112107447322
Binary1001001110011100110111101001010100011110010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493313; }

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

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

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

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

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

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

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

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