#480701

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

Shades of Seal Brown #480701

Tints of Seal Brown #480701

Color information

#480701 (or 0x480701) is unknown color: approx Seal Brown. HEX triplet: 48, 07 and 01. RGB value is (72,7,1). Sum of RGB (Red+Green+Blue) = 72+7+1=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480701 is #B7F8FE. Grayscale: #191919. Windows color (decimal): -12056831 or 67400. OLE color: 67400.

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

Color convert

RGB7271-
CMYK00.900.990.72
HSL5.07º97.26%14.31%-
HSV(B)5.07º98.61%28.24%-
XYZ2.751.530.18-
YUV25.75114.03160.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 90%
GREEN value IS 7 (3.12% from 255) = 8.75%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=90%
G=8.75%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727100.900.990.725.0797.2614.31
Hex487105A6348561e
Octal110710132143110514116
Binary10010001111010110101100011100100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480701; }

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

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

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

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

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

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

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

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