Html Css Color HEX #49140B Seal Brown

📋 copy color: '#49140B'

red 73 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #49140B

Tints of Seal Brown #49140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 70.19%
G = 19.23%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49140B (or 0x49140B) is known color: Seal Brown. HEX triplet: 49, 14 and 0B. RGB value is (73,20,11). Sum of RGB (Red+Green+Blue) = 73+20+11=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49140B is #B6EBF4. Grayscale: #222222. Windows color (decimal): -11987957 or 726089. OLE color: 726089.

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

Color convert

RGB 73 20 11 -
CMYK 0 0.73 0.85 0.71
HSL 8.71º 0.74% 0.16% -
HSV(B) 8.71º 0.85% 0.29% -
XYZ 3.06 1.94 0.53 -
YUV 34.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 73 20 11 0 0.73 0.85 0.71 8.71 0.74 0.16
Hex 49 14 B 0 49 55 47 9 4A 10
Octal 111 24 13 0 111 125 107 11 112 20
Binary 1001001 10100 1011 0 1001001 1010101 1000111 1001 1001010 10000

Color Harmonies of #49140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49140B

Black with #49140B

Text Example


Text Example

White with #49140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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