Html Css Color HEX #49130B Seal Brown

📋 copy color: '#49130B'

red 73 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #49130B

Tints of Seal Brown #49130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 70.87%
G = 18.45%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49130B (or 0x49130B) is known color: Seal Brown. HEX triplet: 49, 13 and 0B. RGB value is (73,19,11). Sum of RGB (Red+Green+Blue) = 73+19+11=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #49130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49130B is #B6ECF4. Grayscale: #222222. Windows color (decimal): -11988213 or 725833. OLE color: 725833.

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

Color convert

RGB 73 19 11 -
CMYK 0 0.74 0.85 0.71
HSL 7.74º 0.74% 0.16% -
HSV(B) 7.74º 0.85% 0.29% -
XYZ 3.04 1.91 0.52 -
YUV 34.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 73 19 11 0 0.74 0.85 0.71 7.74 0.74 0.16
Hex 49 13 B 0 4A 55 47 8 4A 10
Octal 111 23 13 0 112 125 107 10 112 20
Binary 1001001 10011 1011 0 1001010 1010101 1000111 1000 1001010 10000

Color Harmonies of #49130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49130B

Black with #49130B

Text Example


Text Example

White with #49130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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