Html Css Color HEX #491616 Seal Brown

📋 copy color: '#491616'

red 73 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #491616

Tints of Seal Brown #491616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.8%

R = 62.39%
G = 18.8%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#491616 (or 0x491616) is known color: Seal Brown. HEX triplet: 49, 16 and 16. RGB value is (73,22,22). Sum of RGB (Red+Green+Blue) = 73+22+22=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #491616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491616 is #B6E9E9. Grayscale: #252525. Windows color (decimal): -11987434 or 1447497. OLE color: 1447497.

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

Color convert

RGB 73 22 22 -
CMYK 0 0.70 0.70 0.71
HSL 0.54% 0.19% -
HSV(B) 0.7% 0.29% -
XYZ 3.18 2.05 0.99 -
YUV 37.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 73 22 22 0 0.70 0.70 0.71 0 0.54 0.19
Hex 49 16 16 0 46 46 47 0 36 13
Octal 111 26 26 0 106 106 107 0 66 23
Binary 1001001 10110 10110 0 1000110 1000110 1000111 0 110110 10011

Color Harmonies of #491616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491616

Black with #491616

Text Example


Text Example

White with #491616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491616; }

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

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

background-color css

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

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

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

border-color css

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

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

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