#480904

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

Shades of Seal Brown #480904

Tints of Seal Brown #480904

Color information

#480904 (or 0x480904) is unknown color: approx Seal Brown. HEX triplet: 48, 09 and 04. RGB value is (72,9,4). Sum of RGB (Red+Green+Blue) = 72+9+4=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480904 is #B7F6FB. Grayscale: #1B1B1B. Windows color (decimal): -12056316 or 264520. OLE color: 264520.

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

Color convert

RGB7294-
CMYK00.880.940.72
HSL4.41º89.47%14.9%-
HSV(B)4.41º94.44%28.24%-
XYZ2.791.580.27-
YUV27.27114.87159.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=84.71%
G=10.59%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal729400.880.940.724.4189.4714.9
Hex48940585E48459f
Octal1101140130136110413117
Binary10010001001100010110001011110100100010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480904; }

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

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

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

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

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

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

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

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