Html Css Color HEX #49100A Seal Brown

📋 copy color: '#49100A'

red 73 ◦ green 16 ◦ blue 10

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

Shades of Seal Brown #49100A

Tints of Seal Brown #49100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

 BLUE value IS 10 (4.3% from 255) = 10.1%

R = 73.74%
G = 16.16%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49100A (or 0x49100A) is known color: Seal Brown. HEX triplet: 49, 10 and 0A. RGB value is (73,16,10). Sum of RGB (Red+Green+Blue) = 73+16+10=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #49100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49100A is #B6EFF5. Grayscale: #202020. Windows color (decimal): -11988982 or 659529. OLE color: 659529.

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

Color convert

RGB 73 16 10 -
CMYK 0 0.78 0.86 0.71
HSL 5.71º 0.76% 0.16% -
HSV(B) 5.71º 0.86% 0.29% -
XYZ 2.99 1.81 0.48 -
YUV 32.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 73 16 10 0 0.78 0.86 0.71 5.71 0.76 0.16
Hex 49 10 A 0 4E 56 47 6 4C 10
Octal 111 20 12 0 116 126 107 6 114 20
Binary 1001001 10000 1010 0 1001110 1010110 1000111 110 1001100 10000

Color Harmonies of #49100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49100A

Black with #49100A

Text Example


Text Example

White with #49100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49100A; }

 p { color: rgb(73,16,10); }

 H1.HeaderClassName
 {
   color: #49100A;
 }
 .AnyTagClassName
 {
   color: #49100A;
 }
</style>

background-color css

<style>
 a { background-color: #49100A; }

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

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

border-color css

<style>
 span { border-color: #49100A; }

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

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