Html Css Color HEX #491311 Seal Brown

📋 copy color: '#491311'

red 73 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #491311

Tints of Seal Brown #491311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 66.97%
G = 17.43%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#491311 (or 0x491311) is known color: Seal Brown. HEX triplet: 49, 13 and 11. RGB value is (73,19,17). Sum of RGB (Red+Green+Blue) = 73+19+17=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #491311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491311 is #B6ECEE. Grayscale: #222222. Windows color (decimal): -11988207 or 1119049. OLE color: 1119049.

HSL color Cylindrical-coordinate representation of color #491311: hue angle of 2.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491311 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 17 -
CMYK 0 0.74 0.77 0.71
HSL 2.14º 0.62% 0.18% -
HSV(B) 2.14º 0.77% 0.29% -
XYZ 3.08 1.92 0.74 -
YUV 34.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 73 19 17 0 0.74 0.77 0.71 2.14 0.62 0.18
Hex 49 13 11 0 4A 4D 47 2 3E 12
Octal 111 23 21 0 112 115 107 2 76 22
Binary 1001001 10011 10001 0 1001010 1001101 1000111 10 111110 10010

Color Harmonies of #491311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491311

Black with #491311

Text Example


Text Example

White with #491311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491311; }

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

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

background-color css

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

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

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

border-color css

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

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

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