#493716

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

Shades of Clinker #493716

Tints of Clinker #493716

Color information

#493716 (or 0x493716) is unknown color: approx Clinker. HEX triplet: 49, 37 and 16. RGB value is (73,55,22). Sum of RGB (Red+Green+Blue) = 73+55+22=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493716 is #B6C8E9. Grayscale: #383838. Windows color (decimal): -11978986 or 1455945. OLE color: 1455945.

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

Color convert

RGB735522-
CMYK00.250.700.71
HSL38.82º53.68%18.63%-
HSV(B)38.82º69.86%28.63%-
XYZ4.264.211.35-
YUV56.62108.46139.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=48.67%
G=36.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73552200.250.700.7138.8253.6818.63
Hex4937160194647273613
Octal1116726031106107476623
Binary1001001110111101100110011000110100011110011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493716; }

 p { color: rgb(73,55,22); }

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

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

 a { background-color: rgb(73,55,22); }

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

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

 span { border-color: rgb(73,55,22); }

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