Html Css Color HEX #490702 Seal Brown

📋 copy color: '#490702'

red 73 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #490702

Tints of Seal Brown #490702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.54%

 BLUE value IS 2 (1.17% from 255) = 2.44%

R = 89.02%
G = 8.54%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#490702 (or 0x490702) is known color: Seal Brown. HEX triplet: 49, 07 and 02. RGB value is (73,7,2). Sum of RGB (Red+Green+Blue) = 73+7+2=82 (10% of max value = 765). Red value is 73 (28.91% from 255 or 89.02% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 73 - color contains mainly: red. Hex color #490702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490702 is #B6F8FD. Grayscale: #1A1A1A. Windows color (decimal): -11991294 or 132937. OLE color: 132937.

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

Color convert

RGB 73 7 2 -
CMYK 0 0.90 0.97 0.71
HSL 4.23º 0.95% 0.15% -
HSV(B) 4.23º 0.97% 0.29% -
XYZ 2.83 1.57 0.21 -
YUV 26.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 73 7 2 0 0.90 0.97 0.71 4.23 0.95 0.15
Hex 49 7 2 0 5A 61 47 4 5F F
Octal 111 7 2 0 132 141 107 4 137 17
Binary 1001001 111 10 0 1011010 1100001 1000111 100 1011111 1111

Color Harmonies of #490702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490702

Black with #490702

Text Example


Text Example

White with #490702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490702; }

 p { color: rgb(73,7,2); }

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

background-color css

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

 a { background-color: rgb(73,7,2); }

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

border-color css

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

 span { border-color: rgb(73,7,2); }

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