#493417

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

Shades of Clinker #493417

Tints of Clinker #493417

Color information

#493417 (or 0x493417) is unknown color: approx Clinker. HEX triplet: 49, 34 and 17. RGB value is (73,52,23). Sum of RGB (Red+Green+Blue) = 73+52+23=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493417 is #B6CBE8. Grayscale: #373737. Windows color (decimal): -11979753 or 1520713. OLE color: 1520713.

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

Color convert

RGB735223-
CMYK00.290.680.71
HSL34.8º52.08%18.82%-
HSV(B)34.8º68.49%28.63%-
XYZ4.133.931.35-
YUV54.97109.96140.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=49.32%
G=35.14%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73522300.290.680.7134.852.0818.82
Hex49341701D4447233413
Octal1116427035104107436423
Binary1001001110100101110111011000100100011110001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493417; }

 p { color: rgb(73,52,23); }

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

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

 a { background-color: rgb(73,52,23); }

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

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

 span { border-color: rgb(73,52,23); }

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