Html Css Color HEX #490707 Seal Brown

📋 copy color: '#490707'

red 73 ◦ green 7 ◦ blue 7

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

Shades of Seal Brown #490707

Tints of Seal Brown #490707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.05%

R = 83.91%
G = 8.05%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#490707 (or 0x490707) is known color: Seal Brown. HEX triplet: 49, 07 and 07. RGB value is (73,7,7). Sum of RGB (Red+Green+Blue) = 73+7+7=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #490707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490707 is #B6F8F8. Grayscale: #1A1A1A. Windows color (decimal): -11991289 or 460617. OLE color: 460617.

HSL color Cylindrical-coordinate representation of color #490707: hue angle of 0º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490707 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 7 -
CMYK 0 0.90 0.90 0.71
HSL 0.83% 0.16% -
HSV(B) 0.9% 0.29% -
XYZ 2.86 1.58 0.36 -
YUV 26.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 73 7 7 0 0.90 0.90 0.71 0 0.83 0.16
Hex 49 7 7 0 5A 5A 47 0 52 10
Octal 111 7 7 0 132 132 107 0 122 20
Binary 1001001 111 111 0 1011010 1011010 1000111 0 1010010 10000

Color Harmonies of #490707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490707

Black with #490707

Text Example


Text Example

White with #490707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490707; }

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

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

background-color css

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

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

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

border-color css

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

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

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