Html Css Color HEX #490C0B Seal Brown

📋 copy color: '#490C0B'

red 73 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #490C0B

Tints of Seal Brown #490C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.5%

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

R = 76.04%
G = 12.5%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#490C0B (or 0x490C0B) is known color: Seal Brown. HEX triplet: 49, 0C and 0B. RGB value is (73,12,11). Sum of RGB (Red+Green+Blue) = 73+12+11=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C0B is #B6F3F4. Grayscale: #1E1E1E. Windows color (decimal): -11990005 or 724041. OLE color: 724041.

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

Color convert

RGB 73 12 11 -
CMYK 0 0.84 0.85 0.71
HSL 0.97º 0.74% 0.16% -
HSV(B) 0.97º 0.85% 0.29% -
XYZ 2.94 1.7 0.49 -
YUV 30.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 73 12 11 0 0.84 0.85 0.71 0.97 0.74 0.16
Hex 49 C B 0 54 55 47 1 4A 10
Octal 111 14 13 0 124 125 107 1 112 20
Binary 1001001 1100 1011 0 1010100 1010101 1000111 1 1001010 10000

Color Harmonies of #490C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C0B

Black with #490C0B

Text Example


Text Example

White with #490C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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