Html Css Color HEX #49120B Seal Brown

📋 copy color: '#49120B'

red 73 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #49120B

Tints of Seal Brown #49120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 71.57%
G = 17.65%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49120B (or 0x49120B) is known color: Seal Brown. HEX triplet: 49, 12 and 0B. RGB value is (73,18,11). Sum of RGB (Red+Green+Blue) = 73+18+11=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #49120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49120B is #B6EDF4. Grayscale: #212121. Windows color (decimal): -11988469 or 725577. OLE color: 725577.

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

Color convert

RGB 73 18 11 -
CMYK 0 0.75 0.85 0.71
HSL 6.77º 0.74% 0.16% -
HSV(B) 6.77º 0.85% 0.29% -
XYZ 3.02 1.87 0.52 -
YUV 33.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 73 18 11 0 0.75 0.85 0.71 6.77 0.74 0.16
Hex 49 12 B 0 4B 55 47 7 4A 10
Octal 111 22 13 0 113 125 107 7 112 20
Binary 1001001 10010 1011 0 1001011 1010101 1000111 111 1001010 10000

Color Harmonies of #49120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49120B

Black with #49120B

Text Example


Text Example

White with #49120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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