Html Css Color HEX #490504 Seal Brown

📋 copy color: '#490504'

red 73 ◦ green 5 ◦ blue 4

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

Shades of Seal Brown #490504

Tints of Seal Brown #490504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.1%

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

R = 89.02%
G = 6.1%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#490504 (or 0x490504) is known color: Seal Brown. HEX triplet: 49, 05 and 04. RGB value is (73,5,4). Sum of RGB (Red+Green+Blue) = 73+5+4=82 (10% of max value = 765). Red value is 73 (28.91% from 255 or 89.02% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 73 - color contains mainly: red. Hex color #490504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490504 is #B6FAFB. Grayscale: #191919. Windows color (decimal): -11991804 or 263497. OLE color: 263497.

HSL color Cylindrical-coordinate representation of color #490504: hue angle of 0.87º 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 #490504 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 4 -
CMYK 0 0.93 0.95 0.71
HSL 0.87º 0.9% 0.15% -
HSV(B) 0.87º 0.95% 0.29% -
XYZ 2.82 1.53 0.26 -
YUV 25.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 73 5 4 0 0.93 0.95 0.71 0.87 0.9 0.15
Hex 49 5 4 0 5D 5F 47 1 5A F
Octal 111 5 4 0 135 137 107 1 132 17
Binary 1001001 101 100 0 1011101 1011111 1000111 1 1011010 1111

Color Harmonies of #490504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490504

Black with #490504

Text Example


Text Example

White with #490504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490504; }

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

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

background-color css

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

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

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

border-color css

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

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

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