Html Css Color HEX #491310 Seal Brown

📋 copy color: '#491310'

red 73 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #491310

Tints of Seal Brown #491310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 67.59%
G = 17.59%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#491310 (or 0x491310) is known color: Seal Brown. HEX triplet: 49, 13 and 10. RGB value is (73,19,16). Sum of RGB (Red+Green+Blue) = 73+19+16=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491310 is #B6ECEF. Grayscale: #222222. Windows color (decimal): -11988208 or 1053513. OLE color: 1053513.

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

Color convert

RGB 73 19 16 -
CMYK 0 0.74 0.78 0.71
HSL 3.16º 0.64% 0.17% -
HSV(B) 3.16º 0.78% 0.29% -
XYZ 3.07 1.92 0.7 -
YUV 34.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 73 19 16 0 0.74 0.78 0.71 3.16 0.64 0.17
Hex 49 13 10 0 4A 4E 47 3 40 11
Octal 111 23 20 0 112 116 107 3 100 21
Binary 1001001 10011 10000 0 1001010 1001110 1000111 11 1000000 10001

Color Harmonies of #491310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491310

Black with #491310

Text Example


Text Example

White with #491310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491310; }

 p { color: rgb(73,19,16); }

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

background-color css

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

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

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

border-color css

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

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

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