#493016

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

Shades of Clinker #493016

Tints of Clinker #493016

Color information

#493016 (or 0x493016) is unknown color: approx Clinker. HEX triplet: 49, 30 and 16. RGB value is (73,48,22). Sum of RGB (Red+Green+Blue) = 73+48+22=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493016 is #B6CFE9. Grayscale: #343434. Windows color (decimal): -11980778 or 1454153. OLE color: 1454153.

HSL color Cylindrical-coordinate representation of color #493016: hue angle of 30.59º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493016 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB734822-
CMYK00.340.700.71
HSL30.59º53.68%18.63%-
HSV(B)30.59º69.86%28.63%-
XYZ3.953.591.24-
YUV52.51110.78142.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=51.05%
G=33.57%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73482200.340.700.7130.5953.6818.63
Hex49301602246471f3613
Octal1116026042106107376623
Binary1001001110000101100100010100011010001111111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493016; }

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

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

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

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

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

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

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

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