Html Css Color HEX #490500 Seal Brown

📋 copy color: '#490500'

red 73 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #490500

Tints of Seal Brown #490500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 93.59%
G = 6.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#490500 (or 0x490500) is known color: Seal Brown. HEX triplet: 49, 05 and 00. RGB value is (73,5,0). Sum of RGB (Red+Green+Blue) = 73+5+0=78 (10% of max value = 765). Red value is 73 (28.91% from 255 or 93.59% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 73 - color contains mainly: red. Hex color #490500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490500 is #B6FAFF. Grayscale: #181818. Windows color (decimal): -11991808 or 1353. OLE color: 1353.

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

Color convert

RGB 73 5 0 -
CMYK 0 0.93 1 0.71
HSL 4.11º 1% 0.14% -
HSV(B) 4.11º 1% 0.29% -
XYZ 2.8 1.53 0.15 -
YUV 24.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 73 5 0 0 0.93 1 0.71 4.11 1 0.14
Hex 49 5 0 0 5D 64 47 4 64 E
Octal 111 5 0 0 135 144 107 4 144 16
Binary 1001001 101 0 0 1011101 1100100 1000111 100 1100100 1110

Color Harmonies of #490500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490500

Black with #490500

Text Example


Text Example

White with #490500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490500; }

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

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

background-color css

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

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

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

border-color css

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

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

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