Html Css Color HEX #490705 Seal Brown

📋 copy color: '#490705'

red 73 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #490705

Tints of Seal Brown #490705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.24%

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

R = 85.88%
G = 8.24%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#490705 (or 0x490705) is known color: Seal Brown. HEX triplet: 49, 07 and 05. RGB value is (73,7,5). Sum of RGB (Red+Green+Blue) = 73+7+5=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490705 is #B6F8FA. Grayscale: #1A1A1A. Windows color (decimal): -11991291 or 329545. OLE color: 329545.

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

Color convert

RGB 73 7 5 -
CMYK 0 0.90 0.93 0.71
HSL 1.76º 0.87% 0.15% -
HSV(B) 1.76º 0.93% 0.29% -
XYZ 2.85 1.58 0.3 -
YUV 26.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 73 7 5 0 0.90 0.93 0.71 1.76 0.87 0.15
Hex 49 7 5 0 5A 5D 47 2 57 F
Octal 111 7 5 0 132 135 107 2 127 17
Binary 1001001 111 101 0 1011010 1011101 1000111 10 1010111 1111

Color Harmonies of #490705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490705

Black with #490705

Text Example


Text Example

White with #490705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490705; }

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

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

background-color css

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

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

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

border-color css

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

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

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