#493013

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

Shades of Clinker #493013

Tints of Clinker #493013

Color information

#493013 (or 0x493013) is unknown color: approx Clinker. HEX triplet: 49, 30 and 13. RGB value is (73,48,19). Sum of RGB (Red+Green+Blue) = 73+48+19=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493013 is #B6CFEC. Grayscale: #343434. Windows color (decimal): -11980781 or 1257545. OLE color: 1257545.

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

Color convert

RGB734819-
CMYK00.340.740.71
HSL32.22º58.7%18.04%-
HSV(B)32.22º73.97%28.63%-
XYZ3.923.581.1-
YUV52.17109.28142.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=52.14%
G=34.29%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73481900.340.740.7132.2258.718.04
Hex4930130224A47203b12
Octal1116023042112107407322
Binary10010011100001001101000101001010100011110000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493013; }

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

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

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

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

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

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

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

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