#480805

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

Shades of Seal Brown #480805

Tints of Seal Brown #480805

Color information

#480805 (or 0x480805) is unknown color: approx Seal Brown. HEX triplet: 48, 08 and 05. RGB value is (72,8,5). Sum of RGB (Red+Green+Blue) = 72+8+5=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480805 is #B7F7FA. Grayscale: #1A1A1A. Windows color (decimal): -12056571 or 329800. OLE color: 329800.

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

Color convert

RGB7285-
CMYK00.890.930.72
HSL2.69º87.01%15.1%-
HSV(B)2.69º93.06%28.24%-
XYZ2.791.560.3-
YUV26.79115.7160.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=84.71%
G=9.41%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal728500.890.930.722.6987.0115.1
Hex48850595D48357f
Octal1101050131135110312717
Binary1001000100010101011001101110110010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480805; }

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

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

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

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

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

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

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

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