#491615

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

Shades of Seal Brown #491615

Tints of Seal Brown #491615

Color information

#491615 (or 0x491615) is unknown color: approx Seal Brown. HEX triplet: 49, 16 and 15. RGB value is (73,22,21). Sum of RGB (Red+Green+Blue) = 73+22+21=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491615 is #B6E9EA. Grayscale: #252525. Windows color (decimal): -11987435 or 1381961. OLE color: 1381961.

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

Color convert

RGB732221-
CMYK00.700.710.71
HSL1.15º55.32%18.43%-
HSV(B)1.15º71.23%28.63%-
XYZ3.172.040.94-
YUV37.14118.9153.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=62.93%
G=18.97%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73222100.700.710.711.1555.3218.43
Hex491615046474713712
Octal1112625010610710716722
Binary100100110110101010100011010001111000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491615; }

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

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

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

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

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

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

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

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