#490B08

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

Shades of Seal Brown #490B08

Tints of Seal Brown #490B08

Color information

#490B08 (or 0x490B08) is unknown color: approx Seal Brown. HEX triplet: 49, 0B and 08. RGB value is (73,11,8). Sum of RGB (Red+Green+Blue) = 73+11+8=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B08 is #B6F4F7. Grayscale: #1D1D1D. Windows color (decimal): -11990264 or 527177. OLE color: 527177.

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

Color convert

RGB73118-
CMYK00.850.890.71
HSL2.77º80.25%15.88%-
HSV(B)2.77º89.04%28.63%-
XYZ2.911.670.4-
YUV29.2116.04159.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 79.35%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=79.35%
G=11.96%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7311800.850.890.712.7780.2515.88
Hex49B8055594735010
Octal11113100125131107312020
Binary100100110111000010101011011001100011111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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