#491813

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

Shades of Seal Brown #491813

Tints of Seal Brown #491813

Color information

#491813 (or 0x491813) is unknown color: approx Seal Brown. HEX triplet: 49, 18 and 13. RGB value is (73,24,19). Sum of RGB (Red+Green+Blue) = 73+24+19=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491813 is #B6E7EC. Grayscale: #262626. Windows color (decimal): -11986925 or 1251401. OLE color: 1251401.

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

Color convert

RGB732419-
CMYK00.670.740.71
HSL5.56º58.7%18.04%-
HSV(B)5.56º73.97%28.63%-
XYZ3.192.120.86-
YUV38.08117.23152.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=62.93%
G=20.69%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73241900.670.740.715.5658.718.04
Hex4918130434A4763b12
Octal1113023010311210767322
Binary10010011100010011010000111001010100011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491813; }

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

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

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

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

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

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

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

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