Html Css Color HEX #490E01 Seal Brown

📋 copy color: '#490E01'

red 73 ◦ green 14 ◦ blue 1

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

Shades of Seal Brown #490E01

Tints of Seal Brown #490E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 82.95%
G = 15.91%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#490E01 (or 0x490E01) is known color: Seal Brown. HEX triplet: 49, 0E and 01. RGB value is (73,14,1). Sum of RGB (Red+Green+Blue) = 73+14+1=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #490E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490E01 is #B6F1FE. Grayscale: #1E1E1E. Windows color (decimal): -11989503 or 69193. OLE color: 69193.

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

Color convert

RGB 73 14 1 -
CMYK 0 0.81 0.99 0.71
HSL 10.83º 0.97% 0.15% -
HSV(B) 10.83º 0.99% 0.29% -
XYZ 2.91 1.73 0.21 -
YUV 30.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 73 14 1 0 0.81 0.99 0.71 10.83 0.97 0.15
Hex 49 E 1 0 51 63 47 B 61 F
Octal 111 16 1 0 121 143 107 13 141 17
Binary 1001001 1110 1 0 1010001 1100011 1000111 1011 1100001 1111

Color Harmonies of #490E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E01

Black with #490E01

Text Example


Text Example

White with #490E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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