#491207

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

Shades of Seal Brown #491207

Tints of Seal Brown #491207

Color information

#491207 (or 0x491207) is unknown color: approx Seal Brown. HEX triplet: 49, 12 and 07. RGB value is (73,18,7). Sum of RGB (Red+Green+Blue) = 73+18+7=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491207 is #B6EDF8. Grayscale: #212121. Windows color (decimal): -11988473 or 463433. OLE color: 463433.

HSL color Cylindrical-coordinate representation of color #491207: hue angle of 10º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491207 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73187-
CMYK00.750.900.71
HSL10º82.5%15.69%-
HSV(B)10º90.41%28.63%-
XYZ31.860.4-
YUV33.19113.22156.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=74.49%
G=18.37%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7318700.750.900.711082.515.69
Hex4912704B5A47a5210
Octal11122701131321071212220
Binary10010011001011101001011101101010001111010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491207; }

 p { color: rgb(73,18,7); }

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

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

 a { background-color: rgb(73,18,7); }

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

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

 span { border-color: rgb(73,18,7); }

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