Html Css Color HEX #491413 Seal Brown

📋 copy color: '#491413'

red 73 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #491413

Tints of Seal Brown #491413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.96%

R = 65.18%
G = 17.86%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#491413 (or 0x491413) is known color: Seal Brown. HEX triplet: 49, 14 and 13. RGB value is (73,20,19). Sum of RGB (Red+Green+Blue) = 73+20+19=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491413 is #B6EBEC. Grayscale: #232323. Windows color (decimal): -11987949 or 1250377. OLE color: 1250377.

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

Color convert

RGB 73 20 19 -
CMYK 0 0.73 0.74 0.71
HSL 1.11º 0.59% 0.18% -
HSV(B) 1.11º 0.74% 0.29% -
XYZ 3.12 1.96 0.83 -
YUV 35.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 73 20 19 0 0.73 0.74 0.71 1.11 0.59 0.18
Hex 49 14 13 0 49 4A 47 1 3B 12
Octal 111 24 23 0 111 112 107 1 73 22
Binary 1001001 10100 10011 0 1001001 1001010 1000111 1 111011 10010

Color Harmonies of #491413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491413

Black with #491413

Text Example


Text Example

White with #491413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491413; }

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

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

background-color css

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

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

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

border-color css

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

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

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