Html Css Color HEX #49100C Seal Brown

📋 copy color: '#49100C'

red 73 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #49100C

Tints of Seal Brown #49100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.88%

R = 72.28%
G = 15.84%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49100C (or 0x49100C) is known color: Seal Brown. HEX triplet: 49, 10 and 0C. RGB value is (73,16,12). Sum of RGB (Red+Green+Blue) = 73+16+12=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #49100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49100C is #B6EFF3. Grayscale: #202020. Windows color (decimal): -11988980 or 790601. OLE color: 790601.

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

Color convert

RGB 73 16 12 -
CMYK 0 0.78 0.84 0.71
HSL 3.93º 0.72% 0.17% -
HSV(B) 3.93º 0.84% 0.29% -
XYZ 3 1.81 0.54 -
YUV 32.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 73 16 12 0 0.78 0.84 0.71 3.93 0.72 0.17
Hex 49 10 C 0 4E 54 47 4 48 11
Octal 111 20 14 0 116 124 107 4 110 21
Binary 1001001 10000 1100 0 1001110 1010100 1000111 100 1001000 10001

Color Harmonies of #49100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49100C

Black with #49100C

Text Example


Text Example

White with #49100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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