Html Css Color HEX #490E07 Seal Brown

📋 copy color: '#490E07'

red 73 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #490E07

Tints of Seal Brown #490E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.89%

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

R = 77.66%
G = 14.89%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#490E07 (or 0x490E07) is known color: Seal Brown. HEX triplet: 49, 0E and 07. RGB value is (73,14,7). Sum of RGB (Red+Green+Blue) = 73+14+7=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490E07 is #B6F1F8. Grayscale: #1E1E1E. Windows color (decimal): -11989497 or 462409. OLE color: 462409.

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

Color convert

RGB 73 14 7 -
CMYK 0 0.81 0.90 0.71
HSL 6.36º 0.83% 0.16% -
HSV(B) 6.36º 0.9% 0.29% -
XYZ 2.94 1.75 0.38 -
YUV 30.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 73 14 7 0 0.81 0.90 0.71 6.36 0.83 0.16
Hex 49 E 7 0 51 5A 47 6 52 10
Octal 111 16 7 0 121 132 107 6 122 20
Binary 1001001 1110 111 0 1010001 1011010 1000111 110 1010010 10000

Color Harmonies of #490E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E07

Black with #490E07

Text Example


Text Example

White with #490E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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