Html Css Color HEX #491010 Seal Brown

📋 copy color: '#491010'

red 73 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #491010

Tints of Seal Brown #491010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 69.52%
G = 15.24%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#491010 (or 0x491010) is known color: Seal Brown. HEX triplet: 49, 10 and 10. RGB value is (73,16,16). Sum of RGB (Red+Green+Blue) = 73+16+16=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491010 is #B6EFEF. Grayscale: #212121. Windows color (decimal): -11988976 or 1052745. OLE color: 1052745.

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

Color convert

RGB 73 16 16 -
CMYK 0 0.78 0.78 0.71
HSL 0.64% 0.17% -
HSV(B) 0.78% 0.29% -
XYZ 3.03 1.82 0.68 -
YUV 33.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 73 16 16 0 0.78 0.78 0.71 0 0.64 0.17
Hex 49 10 10 0 4E 4E 47 0 40 11
Octal 111 20 20 0 116 116 107 0 100 21
Binary 1001001 10000 10000 0 1001110 1001110 1000111 0 1000000 10001

Color Harmonies of #491010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491010

Black with #491010

Text Example


Text Example

White with #491010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491010; }

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

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

background-color css

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

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

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

border-color css

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

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

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