Html Css Color HEX #490F06 Seal Brown

📋 copy color: '#490F06'

red 73 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #490F06

Tints of Seal Brown #490F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.96%

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

R = 77.66%
G = 15.96%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#490F06 (or 0x490F06) is known color: Seal Brown. HEX triplet: 49, 0F and 06. RGB value is (73,15,6). Sum of RGB (Red+Green+Blue) = 73+15+6=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490F06 is #B6F0F9. Grayscale: #1F1F1F. Windows color (decimal): -11989242 or 397129. OLE color: 397129.

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

Color convert

RGB 73 15 6 -
CMYK 0 0.79 0.92 0.71
HSL 8.06º 0.85% 0.15% -
HSV(B) 8.06º 0.92% 0.29% -
XYZ 2.95 1.77 0.36 -
YUV 31.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 73 15 6 0 0.79 0.92 0.71 8.06 0.85 0.15
Hex 49 F 6 0 4F 5C 47 8 55 F
Octal 111 17 6 0 117 134 107 10 125 17
Binary 1001001 1111 110 0 1001111 1011100 1000111 1000 1010101 1111

Color Harmonies of #490F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F06

Black with #490F06

Text Example


Text Example

White with #490F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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