Html Css Color HEX #490602 Seal Brown

📋 copy color: '#490602'

red 73 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #490602

Tints of Seal Brown #490602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.41%

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

R = 90.12%
G = 7.41%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#490602 (or 0x490602) is known color: Seal Brown. HEX triplet: 49, 06 and 02. RGB value is (73,6,2). Sum of RGB (Red+Green+Blue) = 73+6+2=81 (10% of max value = 765). Red value is 73 (28.91% from 255 or 90.12% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 73 - color contains mainly: red. Hex color #490602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490602 is #B6F9FD. Grayscale: #191919. Windows color (decimal): -11991550 or 132681. OLE color: 132681.

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

Color convert

RGB 73 6 2 -
CMYK 0 0.92 0.97 0.71
HSL 3.38º 0.95% 0.15% -
HSV(B) 3.38º 0.97% 0.29% -
XYZ 2.82 1.55 0.21 -
YUV 25.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 73 6 2 0 0.92 0.97 0.71 3.38 0.95 0.15
Hex 49 6 2 0 5C 61 47 3 5F F
Octal 111 6 2 0 134 141 107 3 137 17
Binary 1001001 110 10 0 1011100 1100001 1000111 11 1011111 1111

Color Harmonies of #490602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490602

Black with #490602

Text Example


Text Example

White with #490602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490602; }

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

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

background-color css

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

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

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

border-color css

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

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

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