Html Css Color HEX #491003 Seal Brown

📋 copy color: '#491003'

red 73 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #491003

Tints of Seal Brown #491003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.39%

 BLUE value IS 3 (1.56% from 255) = 3.26%

R = 79.35%
G = 17.39%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#491003 (or 0x491003) is known color: Seal Brown. HEX triplet: 49, 10 and 03. RGB value is (73,16,3). Sum of RGB (Red+Green+Blue) = 73+16+3=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #491003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491003 is #B6EFFC. Grayscale: #1F1F1F. Windows color (decimal): -11988989 or 200777. OLE color: 200777.

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

Color convert

RGB 73 16 3 -
CMYK 0 0.78 0.96 0.71
HSL 11.14º 0.92% 0.15% -
HSV(B) 11.14º 0.96% 0.29% -
XYZ 2.95 1.79 0.28 -
YUV 31.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 73 16 3 0 0.78 0.96 0.71 11.14 0.92 0.15
Hex 49 10 3 0 4E 60 47 B 5C F
Octal 111 20 3 0 116 140 107 13 134 17
Binary 1001001 10000 11 0 1001110 1100000 1000111 1011 1011100 1111

Color Harmonies of #491003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491003

Black with #491003

Text Example


Text Example

White with #491003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491003; }

 p { color: rgb(73,16,3); }

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

background-color css

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

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

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

border-color css

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

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

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