Html Css Color HEX #490804 Seal Brown

📋 copy color: '#490804'

red 73 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #490804

Tints of Seal Brown #490804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

 BLUE value IS 4 (1.95% from 255) = 4.71%

R = 85.88%
G = 9.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#490804 (or 0x490804) is known color: Seal Brown. HEX triplet: 49, 08 and 04. RGB value is (73,8,4). Sum of RGB (Red+Green+Blue) = 73+8+4=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490804 is #B6F7FB. Grayscale: #1B1B1B. Windows color (decimal): -11991036 or 264265. OLE color: 264265.

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

Color convert

RGB 73 8 4 -
CMYK 0 0.89 0.95 0.71
HSL 3.48º 0.9% 0.15% -
HSV(B) 3.48º 0.95% 0.29% -
XYZ 2.86 1.6 0.27 -
YUV 26.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 73 8 4 0 0.89 0.95 0.71 3.48 0.9 0.15
Hex 49 8 4 0 59 5F 47 3 5A F
Octal 111 10 4 0 131 137 107 3 132 17
Binary 1001001 1000 100 0 1011001 1011111 1000111 11 1011010 1111

Color Harmonies of #490804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490804

Black with #490804

Text Example


Text Example

White with #490804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490804; }

 p { color: rgb(73,8,4); }

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

background-color css

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

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

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

border-color css

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

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

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