Html Css Color HEX #491205 Seal Brown

📋 copy color: '#491205'

red 73 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #491205

Tints of Seal Brown #491205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.75%

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 76.04%
G = 18.75%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#491205 (or 0x491205) is known color: Seal Brown. HEX triplet: 49, 12 and 05. RGB value is (73,18,5). Sum of RGB (Red+Green+Blue) = 73+18+5=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #491205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491205 is #B6EDFA. Grayscale: #212121. Windows color (decimal): -11988475 or 332361. OLE color: 332361.

HSL color Cylindrical-coordinate representation of color #491205: hue angle of 11.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #491205 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 18 5 -
CMYK 0 0.75 0.93 0.71
HSL 11.47º 0.87% 0.15% -
HSV(B) 11.47º 0.93% 0.29% -
XYZ 2.99 1.86 0.34 -
YUV 32.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 73 18 5 0 0.75 0.93 0.71 11.47 0.87 0.15
Hex 49 12 5 0 4B 5D 47 B 57 F
Octal 111 22 5 0 113 135 107 13 127 17
Binary 1001001 10010 101 0 1001011 1011101 1000111 1011 1010111 1111

Color Harmonies of #491205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491205

Black with #491205

Text Example


Text Example

White with #491205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491205; }

 p { color: rgb(73,18,5); }

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

background-color css

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

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

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

border-color css

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

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

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