Html Css Color HEX #491514 Seal Brown

📋 copy color: '#491514'

red 73 ◦ green 21 ◦ blue 20

#491514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #491514

Tints of Seal Brown #491514

RGB

 RED value IS 73 (28.91% from 255) = 64.04%

 GREEN value IS 21 (8.59% from 255) = 18.42%

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 64.04%
G = 18.42%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#491514 (or 0x491514) is known color: Seal Brown. HEX triplet: 49, 15 and 14. RGB value is (73,21,20). Sum of RGB (Red+Green+Blue) = 73+21+20=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491514 is #B6EAEB. Grayscale: #242424. Windows color (decimal): -11987692 or 1316169. OLE color: 1316169.

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

Color convert

RGB 73 21 20 -
CMYK 0 0.71 0.73 0.71
HSL 1.13º 0.57% 0.18% -
HSV(B) 1.13º 0.73% 0.29% -
XYZ 3.14 2 0.88 -
YUV 36.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 73 21 20 0 0.71 0.73 0.71 1.13 0.57 0.18
Hex 49 15 14 0 47 49 47 1 39 12
Octal 111 25 24 0 107 111 107 1 71 22
Binary 1001001 10101 10100 0 1000111 1001001 1000111 1 111001 10010

Color Harmonies of #491514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491514

Black with #491514

Text Example


Text Example

White with #491514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491514; }

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

 H1.HeaderClassName
 {
   color: #491514;
 }
 .AnyTagClassName
 {
   color: #491514;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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