Html Css Color HEX #491615 Seal Brown

📋 copy color: '#491615'

red 73 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #491615

Tints of Seal Brown #491615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 62.93%
G = 18.97%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#491615 (or 0x491615) is known color: Seal Brown. HEX triplet: 49, 16 and 15. RGB value is (73,22,21). Sum of RGB (Red+Green+Blue) = 73+22+21=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491615 is #B6E9EA. Grayscale: #252525. Windows color (decimal): -11987435 or 1381961. OLE color: 1381961.

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

Color convert

RGB 73 22 21 -
CMYK 0 0.70 0.71 0.71
HSL 1.15º 0.55% 0.18% -
HSV(B) 1.15º 0.71% 0.29% -
XYZ 3.17 2.04 0.94 -
YUV 37.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 73 22 21 0 0.70 0.71 0.71 1.15 0.55 0.18
Hex 49 16 15 0 46 47 47 1 37 12
Octal 111 26 25 0 106 107 107 1 67 22
Binary 1001001 10110 10101 0 1000110 1000111 1000111 1 110111 10010

Color Harmonies of #491615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491615

Black with #491615

Text Example


Text Example

White with #491615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491615; }

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

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

background-color css

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

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

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

border-color css

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

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

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