Html Css Color HEX #491510 Seal Brown

📋 copy color: '#491510'

red 73 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #491510

Tints of Seal Brown #491510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 66.36%
G = 19.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#491510 (or 0x491510) is known color: Seal Brown. HEX triplet: 49, 15 and 10. RGB value is (73,21,16). Sum of RGB (Red+Green+Blue) = 73+21+16=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491510 is #B6EAEF. Grayscale: #242424. Windows color (decimal): -11987696 or 1054025. OLE color: 1054025.

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

Color convert

RGB 73 21 16 -
CMYK 0 0.71 0.78 0.71
HSL 5.26º 0.64% 0.17% -
HSV(B) 5.26º 0.78% 0.29% -
XYZ 3.11 1.99 0.71 -
YUV 35.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 73 21 16 0 0.71 0.78 0.71 5.26 0.64 0.17
Hex 49 15 10 0 47 4E 47 5 40 11
Octal 111 25 20 0 107 116 107 5 100 21
Binary 1001001 10101 10000 0 1000111 1001110 1000111 101 1000000 10001

Color Harmonies of #491510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491510

Black with #491510

Text Example


Text Example

White with #491510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491510; }

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

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

background-color css

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

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

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

border-color css

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

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

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