#490C0B

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

Shades of Seal Brown #490C0B

Tints of Seal Brown #490C0B

Color information

#490C0B (or 0x490C0B) is unknown color: approx Seal Brown. HEX triplet: 49, 0C and 0B. RGB value is (73,12,11). Sum of RGB (Red+Green+Blue) = 73+12+11=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C0B is #B6F3F4. Grayscale: #1E1E1E. Windows color (decimal): -11990005 or 724041. OLE color: 724041.

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

Color convert

RGB731211-
CMYK00.840.850.71
HSL0.97º73.81%16.47%-
HSV(B)0.97º84.93%28.63%-
XYZ2.941.70.49-
YUV30.12117.21158.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.04%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=76.04%
G=12.5%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73121100.840.850.710.9773.8116.47
Hex49CB054554714a10
Octal11114130124125107111220
Binary10010011100101101010100101010110001111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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