#493217

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

Shades of Clinker #493217

Tints of Clinker #493217

Color information

#493217 (or 0x493217) is unknown color: approx Clinker. HEX triplet: 49, 32 and 17. RGB value is (73,50,23). Sum of RGB (Red+Green+Blue) = 73+50+23=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493217 is #B6CDE8. Grayscale: #353535. Windows color (decimal): -11980265 or 1520201. OLE color: 1520201.

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

Color convert

RGB735023-
CMYK00.320.680.71
HSL32.4º52.08%18.82%-
HSV(B)32.4º68.49%28.63%-
XYZ4.043.761.32-
YUV53.8110.62141.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=50%
G=34.25%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73502300.320.680.7132.452.0818.82
Hex4932170204447203413
Octal1116227040104107406423
Binary10010011100101011101000001000100100011110000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493217; }

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

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

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

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

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

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

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

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