#481104

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

Shades of Seal Brown #481104

Tints of Seal Brown #481104

Color information

#481104 (or 0x481104) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 04. RGB value is (72,17,4). Sum of RGB (Red+Green+Blue) = 72+17+4=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #481104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481104 is #B7EEFB. Grayscale: #202020. Windows color (decimal): -12054268 or 266568. OLE color: 266568.

HSL color Cylindrical-coordinate representation of color #481104: hue angle of 11.47º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #481104 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72174-
CMYK00.760.940.72
HSL11.47º89.47%14.9%-
HSV(B)11.47º94.44%28.24%-
XYZ2.891.790.31-
YUV31.96112.22156.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=77.42%
G=18.28%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7217400.760.940.7211.4789.4714.9
Hex4811404C5E48b59f
Octal11021401141361101313117
Binary1001000100011000100110010111101001000101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481104; }

 p { color: rgb(72,17,4); }

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

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

 a { background-color: rgb(72,17,4); }

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

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

 span { border-color: rgb(72,17,4); }

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