Html Css Color HEX #491006 Seal Brown

📋 copy color: '#491006'

red 73 ◦ green 16 ◦ blue 6

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

Shades of Seal Brown #491006

Tints of Seal Brown #491006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.32%

R = 76.84%
G = 16.84%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#491006 (or 0x491006) is known color: Seal Brown. HEX triplet: 49, 10 and 06. RGB value is (73,16,6). Sum of RGB (Red+Green+Blue) = 73+16+6=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #491006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491006 is #B6EFF9. Grayscale: #1F1F1F. Windows color (decimal): -11988986 or 397385. OLE color: 397385.

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

Color convert

RGB 73 16 6 -
CMYK 0 0.78 0.92 0.71
HSL 8.96º 0.85% 0.15% -
HSV(B) 8.96º 0.92% 0.29% -
XYZ 2.97 1.8 0.36 -
YUV 31.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 73 16 6 0 0.78 0.92 0.71 8.96 0.85 0.15
Hex 49 10 6 0 4E 5C 47 9 55 F
Octal 111 20 6 0 116 134 107 11 125 17
Binary 1001001 10000 110 0 1001110 1011100 1000111 1001 1010101 1111

Color Harmonies of #491006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491006

Black with #491006

Text Example


Text Example

White with #491006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491006; }

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

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

background-color css

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

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

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

border-color css

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

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

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