#493119

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

Shades of Clinker #493119

Tints of Clinker #493119

Color information

#493119 (or 0x493119) is unknown color: approx Clinker. HEX triplet: 49, 31 and 19. RGB value is (73,49,25). Sum of RGB (Red+Green+Blue) = 73+49+25=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493119 is #B6CEE6. Grayscale: #353535. Windows color (decimal): -11980519 or 1651017. OLE color: 1651017.

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

Color convert

RGB734925-
CMYK00.330.660.71
HSL30º48.98%19.22%-
HSV(B)30º65.75%28.63%-
XYZ4.023.681.42-
YUV53.44111.95141.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=49.66%
G=33.33%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73492500.330.660.713048.9819.22
Hex49311902142471e3113
Octal1116131041102107366123
Binary1001001110001110010100001100001010001111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493119; }

 p { color: rgb(73,49,25); }

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

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

 a { background-color: rgb(73,49,25); }

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

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

 span { border-color: rgb(73,49,25); }

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