#493010

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

Shades of Clinker #493010

Tints of Clinker #493010

Color information

#493010 (or 0x493010) is unknown color: approx Clinker. HEX triplet: 49, 30 and 10. RGB value is (73,48,16). Sum of RGB (Red+Green+Blue) = 73+48+16=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493010 is #B6CFEF. Grayscale: #333333. Windows color (decimal): -11980784 or 1060937. OLE color: 1060937.

HSL color Cylindrical-coordinate representation of color #493010: hue angle of 33.68º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #493010 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB734816-
CMYK00.340.780.71
HSL33.68º64.04%17.45%-
HSV(B)33.68º78.08%28.63%-
XYZ3.93.570.97-
YUV51.83107.78143.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=53.28%
G=35.04%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73481600.340.780.7133.6864.0417.45
Hex4930100224E47224011
Octal11160200421161074210021
Binary100100111000010000010001010011101000111100010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493010; }

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

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

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

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

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

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

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

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