Html Css Color HEX #49150E Seal Brown

📋 copy color: '#49150E'

red 73 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #49150E

Tints of Seal Brown #49150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.96%

R = 67.59%
G = 19.44%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#49150E (or 0x49150E) is known color: Seal Brown. HEX triplet: 49, 15 and 0E. RGB value is (73,21,14). Sum of RGB (Red+Green+Blue) = 73+21+14=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150E is #B6EAF1. Grayscale: #232323. Windows color (decimal): -11987698 or 922953. OLE color: 922953.

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

Color convert

RGB 73 21 14 -
CMYK 0 0.71 0.81 0.71
HSL 7.12º 0.68% 0.17% -
HSV(B) 7.12º 0.81% 0.29% -
XYZ 3.1 1.98 0.64 -
YUV 35.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 73 21 14 0 0.71 0.81 0.71 7.12 0.68 0.17
Hex 49 15 E 0 47 51 47 7 44 11
Octal 111 25 16 0 107 121 107 7 104 21
Binary 1001001 10101 1110 0 1000111 1010001 1000111 111 1000100 10001

Color Harmonies of #49150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49150E

Black with #49150E

Text Example


Text Example

White with #49150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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