Html Css Color HEX #491414 Seal Brown

📋 copy color: '#491414'

red 73 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #491414

Tints of Seal Brown #491414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

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

R = 64.6%
G = 17.7%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#491414 (or 0x491414) is known color: Seal Brown. HEX triplet: 49, 14 and 14. RGB value is (73,20,20). Sum of RGB (Red+Green+Blue) = 73+20+20=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #491414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491414 is #B6EBEB. Grayscale: #232323. Windows color (decimal): -11987948 or 1315913. OLE color: 1315913.

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

Color convert

RGB 73 20 20 -
CMYK 0 0.73 0.73 0.71
HSL 0.57% 0.18% -
HSV(B) 0.73% 0.29% -
XYZ 3.12 1.97 0.88 -
YUV 35.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 73 20 20 0 0.73 0.73 0.71 0 0.57 0.18
Hex 49 14 14 0 49 49 47 0 39 12
Octal 111 24 24 0 111 111 107 0 71 22
Binary 1001001 10100 10100 0 1001001 1001001 1000111 0 111001 10010

Color Harmonies of #491414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491414

Black with #491414

Text Example


Text Example

White with #491414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491414; }

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

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

background-color css

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

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

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

border-color css

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

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

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