Html Css Color HEX #490B00 Seal Brown

📋 copy color: '#490B00'

red 73 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #490B00

Tints of Seal Brown #490B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.1%

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

R = 86.9%
G = 13.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#490B00 (or 0x490B00) is known color: Seal Brown. HEX triplet: 49, 0B and 00. RGB value is (73,11,0). Sum of RGB (Red+Green+Blue) = 73+11+0=84 (11% of max value = 765). Red value is 73 (28.91% from 255 or 86.90% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 73 - color contains mainly: red. Hex color #490B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B00 is #B6F4FF. Grayscale: #1C1C1C. Windows color (decimal): -11990272 or 2889. OLE color: 2889.

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

Color convert

RGB 73 11 0 -
CMYK 0 0.85 1 0.71
HSL 9.04º 1% 0.14% -
HSV(B) 9.04º 1% 0.29% -
XYZ 2.87 1.66 0.17 -
YUV 28.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 73 11 0 0 0.85 1 0.71 9.04 1 0.14
Hex 49 B 0 0 55 64 47 9 64 E
Octal 111 13 0 0 125 144 107 11 144 16
Binary 1001001 1011 0 0 1010101 1100100 1000111 1001 1100100 1110

Color Harmonies of #490B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B00

Black with #490B00

Text Example


Text Example

White with #490B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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