Html Css Color HEX #490E06 Seal Brown

📋 copy color: '#490E06'

red 73 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #490E06

Tints of Seal Brown #490E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.45%

R = 78.49%
G = 15.05%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#490E06 (or 0x490E06) is known color: Seal Brown. HEX triplet: 49, 0E and 06. RGB value is (73,14,6). Sum of RGB (Red+Green+Blue) = 73+14+6=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #490E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490E06 is #B6F1F9. Grayscale: #1E1E1E. Windows color (decimal): -11989498 or 396873. OLE color: 396873.

HSL color Cylindrical-coordinate representation of color #490E06: hue angle of 7.16º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490E06 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 14 6 -
CMYK 0 0.81 0.92 0.71
HSL 7.16º 0.85% 0.15% -
HSV(B) 7.16º 0.92% 0.29% -
XYZ 2.94 1.74 0.35 -
YUV 30.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 73 14 6 0 0.81 0.92 0.71 7.16 0.85 0.15
Hex 49 E 6 0 51 5C 47 7 55 F
Octal 111 16 6 0 121 134 107 7 125 17
Binary 1001001 1110 110 0 1010001 1011100 1000111 111 1010101 1111

Color Harmonies of #490E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E06

Black with #490E06

Text Example


Text Example

White with #490E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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