#493118

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

Shades of Clinker #493118

Tints of Clinker #493118

Color information

#493118 (or 0x493118) is unknown color: approx Clinker. HEX triplet: 49, 31 and 18. RGB value is (73,49,24). Sum of RGB (Red+Green+Blue) = 73+49+24=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493118 is #B6CEE7. Grayscale: #353535. Windows color (decimal): -11980520 or 1585481. OLE color: 1585481.

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

Color convert

RGB734924-
CMYK00.330.670.71
HSL30.61º50.52%19.02%-
HSV(B)30.61º67.12%28.63%-
XYZ4.013.681.36-
YUV53.33111.45142.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=50%
G=33.56%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73492400.330.670.7130.6150.5219.02
Hex49311802143471f3313
Octal1116130041103107376323
Binary1001001110001110000100001100001110001111111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493118; }

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

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

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

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

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

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

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

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