#491614

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

Shades of Seal Brown #491614

Tints of Seal Brown #491614

Color information

#491614 (or 0x491614) is unknown color: approx Seal Brown. HEX triplet: 49, 16 and 14. RGB value is (73,22,20). Sum of RGB (Red+Green+Blue) = 73+22+20=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491614 is #B6E9EB. Grayscale: #252525. Windows color (decimal): -11987436 or 1316425. OLE color: 1316425.

HSL color Cylindrical-coordinate representation of color #491614: hue angle of 2.26º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491614 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB732220-
CMYK00.700.730.71
HSL2.26º56.99%18.24%-
HSV(B)2.26º72.6%28.63%-
XYZ3.162.040.89-
YUV37.02118.4153.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=63.48%
G=19.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73222000.700.730.712.2656.9918.24
Hex491614046494723912
Octal1112624010611110727122
Binary1001001101101010001000110100100110001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491614; }

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

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

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

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

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

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

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

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