Html Css Color HEX #490100 Seal Brown

📋 copy color: '#490100'

red 73 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #490100

Tints of Seal Brown #490100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.65%
G = 1.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#490100 (or 0x490100) is known color: Seal Brown. HEX triplet: 49, 01 and 00. RGB value is (73,1,0). Sum of RGB (Red+Green+Blue) = 73+1+0=74 (9% of max value = 765). Red value is 73 (28.91% from 255 or 98.65% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 73 - color contains mainly: red. Hex color #490100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490100 is #B6FEFF. Grayscale: #161616. Windows color (decimal): -11992832 or 329. OLE color: 329.

HSL color Cylindrical-coordinate representation of color #490100: hue angle of 0.82º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 0 -
CMYK 0 0.99 1 0.71
HSL 0.82º 1% 0.14% -
HSV(B) 0.82º 1% 0.29% -
XYZ 2.76 1.44 0.13 -
YUV 22.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 73 1 0 0 0.99 1 0.71 0.82 1 0.14
Hex 49 1 0 0 63 64 47 1 64 E
Octal 111 1 0 0 143 144 107 1 144 16
Binary 1001001 1 0 0 1100011 1100100 1000111 1 1100100 1110

Color Harmonies of #490100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490100

Black with #490100

Text Example


Text Example

White with #490100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490100; }

 p { color: rgb(73,1,0); }

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

background-color css

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

 a { background-color: rgb(73,1,0); }

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

border-color css

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

 span { border-color: rgb(73,1,0); }

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