Html Css Color HEX #490301 Seal Brown

📋 copy color: '#490301'

red 73 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #490301

Tints of Seal Brown #490301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

 BLUE value IS 1 (0.78% from 255) = 1.3%

R = 94.81%
G = 3.9%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#490301 (or 0x490301) is known color: Seal Brown. HEX triplet: 49, 03 and 01. RGB value is (73,3,1). Sum of RGB (Red+Green+Blue) = 73+3+1=77 (10% of max value = 765). Red value is 73 (28.91% from 255 or 94.81% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 73 - color contains mainly: red. Hex color #490301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490301 is #B6FCFE. Grayscale: #171717. Windows color (decimal): -11992319 or 66377. OLE color: 66377.

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

Color convert

RGB 73 3 1 -
CMYK 0 0.96 0.99 0.71
HSL 1.67º 0.97% 0.15% -
HSV(B) 1.67º 0.99% 0.29% -
XYZ 2.79 1.48 0.17 -
YUV 23.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 73 3 1 0 0.96 0.99 0.71 1.67 0.97 0.15
Hex 49 3 1 0 60 63 47 2 61 F
Octal 111 3 1 0 140 143 107 2 141 17
Binary 1001001 11 1 0 1100000 1100011 1000111 10 1100001 1111

Color Harmonies of #490301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490301

Black with #490301

Text Example


Text Example

White with #490301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490301; }

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

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

background-color css

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

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

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

border-color css

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

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

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