#493318

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

Shades of Clinker #493318

Tints of Clinker #493318

Color information

#493318 (or 0x493318) is unknown color: approx Clinker. HEX triplet: 49, 33 and 18. RGB value is (73,51,24). Sum of RGB (Red+Green+Blue) = 73+51+24=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493318 is #B6CCE7. Grayscale: #363636. Windows color (decimal): -11980008 or 1585993. OLE color: 1585993.

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

Color convert

RGB735124-
CMYK00.300.670.71
HSL33.06º50.52%19.02%-
HSV(B)33.06º67.12%28.63%-
XYZ4.13.851.39-
YUV54.5110.79141.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=49.32%
G=34.46%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73512400.300.670.7133.0650.5219.02
Hex49331801E4347213313
Octal1116330036103107416323
Binary1001001110011110000111101000011100011110000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493318; }

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

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

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

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

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

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

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

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