#493518

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

Shades of Clinker #493518

Tints of Clinker #493518

Color information

#493518 (or 0x493518) is unknown color: approx Clinker. HEX triplet: 49, 35 and 18. RGB value is (73,53,24). Sum of RGB (Red+Green+Blue) = 73+53+24=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493518 is #B6CAE7. Grayscale: #373737. Windows color (decimal): -11979496 or 1586505. OLE color: 1586505.

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

Color convert

RGB735324-
CMYK00.270.670.71
HSL35.51º50.52%19.02%-
HSV(B)35.51º67.12%28.63%-
XYZ4.194.031.42-
YUV55.67110.13140.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 24 (9.77% from 255) = 16%
R=48.67%
G=35.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73532400.270.670.7135.5150.5219.02
Hex49351801B4347243313
Octal1116530033103107446323
Binary1001001110101110000110111000011100011110010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493518; }

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

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

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

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

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

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

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

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