#480700

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

Shades of Seal Brown #480700

Tints of Seal Brown #480700

Color information

#480700 (or 0x480700) is unknown color: approx Seal Brown. HEX triplet: 48, 07 and 00. RGB value is (72,7,0). Sum of RGB (Red+Green+Blue) = 72+7+0=79 (10% of max value = 765). Red value is 72 (28.52% from 255 or 91.14% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 72 - color contains mainly: red. Hex color #480700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480700 is #B7F8FF. Grayscale: #191919. Windows color (decimal): -12056832 or 1864. OLE color: 1864.

HSL color Cylindrical-coordinate representation of color #480700: hue angle of 5.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB7270-
CMYK00.9010.72
HSL5.83º100%14.12%-
HSV(B)5.83º100%28.24%-
XYZ2.751.530.15-
YUV25.64113.53161.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 91.14%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.14%
G=8.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727000.9010.725.8310014.12
Hex487005A6448664e
Octal110700132144110614416
Binary10010001110010110101100100100100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480700; }

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

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

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

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

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

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

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

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