Html Css Color HEX #490A02 Seal Brown

📋 copy color: '#490A02'

red 73 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #490A02

Tints of Seal Brown #490A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.76%

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

R = 85.88%
G = 11.76%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#490A02 (or 0x490A02) is known color: Seal Brown. HEX triplet: 49, 0A and 02. RGB value is (73,10,2). Sum of RGB (Red+Green+Blue) = 73+10+2=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A02 is #B6F5FD. Grayscale: #1C1C1C. Windows color (decimal): -11990526 or 133705. OLE color: 133705.

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

Color convert

RGB 73 10 2 -
CMYK 0 0.86 0.97 0.71
HSL 6.76º 0.95% 0.15% -
HSV(B) 6.76º 0.97% 0.29% -
XYZ 2.87 1.64 0.22 -
YUV 27.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 73 10 2 0 0.86 0.97 0.71 6.76 0.95 0.15
Hex 49 A 2 0 56 61 47 7 5F F
Octal 111 12 2 0 126 141 107 7 137 17
Binary 1001001 1010 10 0 1010110 1100001 1000111 111 1011111 1111

Color Harmonies of #490A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A02

Black with #490A02

Text Example


Text Example

White with #490A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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