Html Css Color HEX #49150D Seal Brown

📋 copy color: '#49150D'

red 73 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #49150D

Tints of Seal Brown #49150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 68.22%
G = 19.63%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49150D (or 0x49150D) is known color: Seal Brown. HEX triplet: 49, 15 and 0D. RGB value is (73,21,13). Sum of RGB (Red+Green+Blue) = 73+21+13=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150D is #B6EAF2. Grayscale: #232323. Windows color (decimal): -11987699 or 857417. OLE color: 857417.

HSL color Cylindrical-coordinate representation of color #49150D: hue angle of 8º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49150D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 21 13 -
CMYK 0 0.71 0.82 0.71
HSL 0.7% 0.17% -
HSV(B) 0.82% 0.29% -
XYZ 3.09 1.98 0.6 -
YUV 35.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 73 21 13 0 0.71 0.82 0.71 8 0.7 0.17
Hex 49 15 D 0 47 52 47 8 46 11
Octal 111 25 15 0 107 122 107 10 106 21
Binary 1001001 10101 1101 0 1000111 1010010 1000111 1000 1000110 10001

Color Harmonies of #49150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49150D

Black with #49150D

Text Example


Text Example

White with #49150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49150D; }

 p { color: rgb(73,21,13); }

 H1.HeaderClassName
 {
   color: #49150D;
 }
 .AnyTagClassName
 {
   color: #49150D;
 }
</style>

background-color css

<style>
 a { background-color: #49150D; }

 a { background-color: rgb(73,21,13); }

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

border-color css

<style>
 span { border-color: #49150D; }

 span { border-color: rgb(73,21,13); }

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