Html Css Color HEX #491104 Seal Brown

📋 copy color: '#491104'

red 73 ◦ green 17 ◦ blue 4

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

Shades of Seal Brown #491104

Tints of Seal Brown #491104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 4 (1.95% from 255) = 4.26%

R = 77.66%
G = 18.09%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#491104 (or 0x491104) is known color: Seal Brown. HEX triplet: 49, 11 and 04. RGB value is (73,17,4). Sum of RGB (Red+Green+Blue) = 73+17+4=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491104 is #B6EEFB. Grayscale: #202020. Windows color (decimal): -11988732 or 266569. OLE color: 266569.

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

Color convert

RGB 73 17 4 -
CMYK 0 0.77 0.95 0.71
HSL 11.3º 0.9% 0.15% -
HSV(B) 11.3º 0.95% 0.29% -
XYZ 2.97 1.83 0.31 -
YUV 32.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 73 17 4 0 0.77 0.95 0.71 11.3 0.9 0.15
Hex 49 11 4 0 4D 5F 47 B 5A F
Octal 111 21 4 0 115 137 107 13 132 17
Binary 1001001 10001 100 0 1001101 1011111 1000111 1011 1011010 1111

Color Harmonies of #491104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491104

Black with #491104

Text Example


Text Example

White with #491104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491104; }

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

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

background-color css

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

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

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

border-color css

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

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

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