Html Css Color HEX #490806 Seal Brown

📋 copy color: '#490806'

red 73 ◦ green 8 ◦ blue 6

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

Shades of Seal Brown #490806

Tints of Seal Brown #490806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.2%

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

R = 83.91%
G = 9.2%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#490806 (or 0x490806) is known color: Seal Brown. HEX triplet: 49, 08 and 06. RGB value is (73,8,6). Sum of RGB (Red+Green+Blue) = 73+8+6=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #490806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490806 is #B6F7F9. Grayscale: #1B1B1B. Windows color (decimal): -11991034 or 395337. OLE color: 395337.

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

Color convert

RGB 73 8 6 -
CMYK 0 0.89 0.92 0.71
HSL 1.79º 0.85% 0.15% -
HSV(B) 1.79º 0.92% 0.29% -
XYZ 2.87 1.6 0.33 -
YUV 27.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 73 8 6 0 0.89 0.92 0.71 1.79 0.85 0.15
Hex 49 8 6 0 59 5C 47 2 55 F
Octal 111 10 6 0 131 134 107 2 125 17
Binary 1001001 1000 110 0 1011001 1011100 1000111 10 1010101 1111

Color Harmonies of #490806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490806

Black with #490806

Text Example


Text Example

White with #490806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490806; }

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

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

background-color css

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

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

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

border-color css

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

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

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