#491613

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

Shades of Seal Brown #491613

Tints of Seal Brown #491613

Color information

#491613 (or 0x491613) is unknown color: approx Seal Brown. HEX triplet: 49, 16 and 13. RGB value is (73,22,19). Sum of RGB (Red+Green+Blue) = 73+22+19=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491613 is #B6E9EC. Grayscale: #242424. Windows color (decimal): -11987437 or 1250889. OLE color: 1250889.

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

Color convert

RGB732219-
CMYK00.700.740.71
HSL3.33º58.7%18.04%-
HSV(B)3.33º73.97%28.63%-
XYZ3.152.040.84-
YUV36.91117.9153.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=64.04%
G=19.30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73221900.700.740.713.3358.718.04
Hex4916130464A4733b12
Octal1112623010611210737322
Binary1001001101101001101000110100101010001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491613; }

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

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

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

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

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

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

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

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