Html Css Color HEX #491313 Seal Brown

📋 copy color: '#491313'

red 73 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #491313

Tints of Seal Brown #491313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 65.77%
G = 17.12%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#491313 (or 0x491313) is known color: Seal Brown. HEX triplet: 49, 13 and 13. RGB value is (73,19,19). Sum of RGB (Red+Green+Blue) = 73+19+19=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491313 is #B6ECEC. Grayscale: #232323. Windows color (decimal): -11988205 or 1250121. OLE color: 1250121.

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

Color convert

RGB 73 19 19 -
CMYK 0 0.74 0.74 0.71
HSL 0.59% 0.18% -
HSV(B) 0.74% 0.29% -
XYZ 3.1 1.93 0.83 -
YUV 35.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 73 19 19 0 0.74 0.74 0.71 0 0.59 0.18
Hex 49 13 13 0 4A 4A 47 0 3B 12
Octal 111 23 23 0 112 112 107 0 73 22
Binary 1001001 10011 10011 0 1001010 1001010 1000111 0 111011 10010

Color Harmonies of #491313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491313

Black with #491313

Text Example


Text Example

White with #491313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491313; }

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

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

background-color css

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

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

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

border-color css

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

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

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