#480804

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

Shades of Seal Brown #480804

Tints of Seal Brown #480804

Color information

#480804 (or 0x480804) is unknown color: approx Seal Brown. HEX triplet: 48, 08 and 04. RGB value is (72,8,4). Sum of RGB (Red+Green+Blue) = 72+8+4=84 (11% of max value = 765). Red value is 72 (28.52% from 255 or 85.71% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 72 - color contains mainly: red. Hex color #480804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480804 is #B7F7FB. Grayscale: #1A1A1A. Windows color (decimal): -12056572 or 264264. OLE color: 264264.

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

Color convert

RGB7284-
CMYK00.890.940.72
HSL3.53º89.47%14.9%-
HSV(B)3.53º94.44%28.24%-
XYZ2.781.560.27-
YUV26.68115.2160.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 85.71%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=85.71%
G=9.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal728400.890.940.723.5389.4714.9
Hex48840595E48459f
Octal1101040131136110413117
Binary10010001000100010110011011110100100010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480804; }

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

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

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

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

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

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

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

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