Html Css Color HEX #491614 Seal Brown

📋 copy color: '#491614'

red 73 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #491614

Tints of Seal Brown #491614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 63.48%
G = 19.13%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#491614 (or 0x491614) is known color: Seal Brown. HEX triplet: 49, 16 and 14. RGB value is (73,22,20). Sum of RGB (Red+Green+Blue) = 73+22+20=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491614 is #B6E9EB. Grayscale: #252525. Windows color (decimal): -11987436 or 1316425. OLE color: 1316425.

HSL color Cylindrical-coordinate representation of color #491614: hue angle of 2.26º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491614 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 22 20 -
CMYK 0 0.70 0.73 0.71
HSL 2.26º 0.57% 0.18% -
HSV(B) 2.26º 0.73% 0.29% -
XYZ 3.16 2.04 0.89 -
YUV 37.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 73 22 20 0 0.70 0.73 0.71 2.26 0.57 0.18
Hex 49 16 14 0 46 49 47 2 39 12
Octal 111 26 24 0 106 111 107 2 71 22
Binary 1001001 10110 10100 0 1000110 1001001 1000111 10 111001 10010

Color Harmonies of #491614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491614

Black with #491614

Text Example


Text Example

White with #491614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491614; }

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

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

background-color css

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

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

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

border-color css

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

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

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