Html Css Color HEX #490B0B Seal Brown

📋 copy color: '#490B0B'

red 73 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #490B0B

Tints of Seal Brown #490B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 76.84%
G = 11.58%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#490B0B (or 0x490B0B) is known color: Seal Brown. HEX triplet: 49, 0B and 0B. RGB value is (73,11,11). Sum of RGB (Red+Green+Blue) = 73+11+11=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B0B is #B6F4F4. Grayscale: #1D1D1D. Windows color (decimal): -11990261 or 723785. OLE color: 723785.

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

Color convert

RGB 73 11 11 -
CMYK 0 0.85 0.85 0.71
HSL 0.74% 0.16% -
HSV(B) 0.85% 0.29% -
XYZ 2.93 1.68 0.49 -
YUV 29.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 73 11 11 0 0.85 0.85 0.71 0 0.74 0.16
Hex 49 B B 0 55 55 47 0 4A 10
Octal 111 13 13 0 125 125 107 0 112 20
Binary 1001001 1011 1011 0 1010101 1010101 1000111 0 1001010 10000

Color Harmonies of #490B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B0B

Black with #490B0B

Text Example


Text Example

White with #490B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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