#493617

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

Shades of Clinker #493617

Tints of Clinker #493617

Color information

#493617 (or 0x493617) is unknown color: approx Clinker. HEX triplet: 49, 36 and 17. RGB value is (73,54,23). Sum of RGB (Red+Green+Blue) = 73+54+23=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493617 is #B6C9E8. Grayscale: #383838. Windows color (decimal): -11979241 or 1521225. OLE color: 1521225.

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

Color convert

RGB735423-
CMYK00.260.680.71
HSL37.2º52.08%18.82%-
HSV(B)37.2º68.49%28.63%-
XYZ4.224.121.38-
YUV56.15109.29140.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 23 (9.38% from 255) = 15.33%
R=48.67%
G=36%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73542300.260.680.7137.252.0818.82
Hex49361701A4447253413
Octal1116627032104107456423
Binary1001001110110101110110101000100100011110010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493617; }

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

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

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

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

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

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

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

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