Html Css Color HEX #49140E Seal Brown

📋 copy color: '#49140E'

red 73 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #49140E

Tints of Seal Brown #49140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 68.22%
G = 18.69%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#49140E (or 0x49140E) is known color: Seal Brown. HEX triplet: 49, 14 and 0E. RGB value is (73,20,14). Sum of RGB (Red+Green+Blue) = 73+20+14=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49140E is #B6EBF1. Grayscale: #232323. Windows color (decimal): -11987954 or 922697. OLE color: 922697.

HSL color Cylindrical-coordinate representation of color #49140E: hue angle of 6.1º 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 #49140E is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 20 14 -
CMYK 0 0.73 0.81 0.71
HSL 6.1º 0.68% 0.17% -
HSV(B) 6.1º 0.81% 0.29% -
XYZ 3.08 1.95 0.63 -
YUV 35.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 73 20 14 0 0.73 0.81 0.71 6.1 0.68 0.17
Hex 49 14 E 0 49 51 47 6 44 11
Octal 111 24 16 0 111 121 107 6 104 21
Binary 1001001 10100 1110 0 1001001 1010001 1000111 110 1000100 10001

Color Harmonies of #49140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49140E

Black with #49140E

Text Example


Text Example

White with #49140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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