#481004

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

Shades of Seal Brown #481004

Tints of Seal Brown #481004

Color information

#481004 (or 0x481004) is unknown color: approx Seal Brown. HEX triplet: 48, 10 and 04. RGB value is (72,16,4). Sum of RGB (Red+Green+Blue) = 72+16+4=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #481004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481004 is #B7EFFB. Grayscale: #1F1F1F. Windows color (decimal): -12054524 or 266312. OLE color: 266312.

HSL color Cylindrical-coordinate representation of color #481004: hue angle of 10.59º 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 #481004 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72164-
CMYK00.780.940.72
HSL10.59º89.47%14.9%-
HSV(B)10.59º94.44%28.24%-
XYZ2.881.760.3-
YUV31.38112.55156.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=78.26%
G=17.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216400.780.940.7210.5989.4714.9
Hex4810404E5E48b59f
Octal11020401161361101313117
Binary1001000100001000100111010111101001000101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481004; }

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

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

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

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

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

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

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

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