#490C03

Color #490C03 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #490C03

Tints of Seal Brown #490C03

Color information

#490C03 (or 0x490C03) is unknown color: approx Seal Brown. HEX triplet: 49, 0C and 03. RGB value is (73,12,3). Sum of RGB (Red+Green+Blue) = 73+12+3=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #490C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C03 is #B6F3FC. Grayscale: #1D1D1D. Windows color (decimal): -11990013 or 199753. OLE color: 199753.

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

Color convert

RGB73123-
CMYK00.840.960.71
HSL7.71º92.11%14.9%-
HSV(B)7.71º95.89%28.63%-
XYZ2.91.690.26-
YUV29.21113.21159.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.95%
GREEN value IS 12 (5.08% from 255) = 13.64%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=82.95%
G=13.64%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7312300.840.960.717.7192.1114.9
Hex49C3054604785cf
Octal11114301241401071013417
Binary10010011100110101010011000001000111100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,12,3); }

 H1.HeaderClassName
 {
   color: #490C03;
 }
 .AnyTagClassName
 {
   color: #490C03;
 }
</style>
background-color css

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

 a { background-color: rgb(73,12,3); }

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

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

 span { border-color: rgb(73,12,3); }

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