#493018

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

Shades of Clinker #493018

Tints of Clinker #493018

Color information

#493018 (or 0x493018) is unknown color: approx Clinker. HEX triplet: 49, 30 and 18. RGB value is (73,48,24). Sum of RGB (Red+Green+Blue) = 73+48+24=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493018 is #B6CFE7. Grayscale: #343434. Windows color (decimal): -11980776 or 1585225. OLE color: 1585225.

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

Color convert

RGB734824-
CMYK00.340.670.71
HSL29.39º50.52%19.02%-
HSV(B)29.39º67.12%28.63%-
XYZ3.973.61.35-
YUV52.74111.78142.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=50.34%
G=33.10%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73482400.340.670.7129.3950.5219.02
Hex49301802243471d3313
Octal1116030042103107356323
Binary1001001110000110000100010100001110001111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493018; }

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

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

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

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

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

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

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

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