#480704

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

Shades of Seal Brown #480704

Tints of Seal Brown #480704

Color information

#480704 (or 0x480704) is unknown color: approx Seal Brown. HEX triplet: 48, 07 and 04. RGB value is (72,7,4). Sum of RGB (Red+Green+Blue) = 72+7+4=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #480704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480704 is #B7F8FB. Grayscale: #1A1A1A. Windows color (decimal): -12056828 or 264008. OLE color: 264008.

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

Color convert

RGB7274-
CMYK00.900.940.72
HSL2.65º89.47%14.9%-
HSV(B)2.65º94.44%28.24%-
XYZ2.771.540.27-
YUV26.09115.53160.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 86.75%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=86.75%
G=8.43%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727400.900.940.722.6589.4714.9
Hex487405A5E48359f
Octal110740132136110313117
Binary100100011110001011010101111010010001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480704; }

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

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

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

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

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

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

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

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