#480301

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

Shades of Seal Brown #480301

Tints of Seal Brown #480301

Color information

#480301 (or 0x480301) is unknown color: approx Seal Brown. HEX triplet: 48, 03 and 01. RGB value is (72,3,1). Sum of RGB (Red+Green+Blue) = 72+3+1=76 (10% of max value = 765). Red value is 72 (28.52% from 255 or 94.74% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 72 - color contains mainly: red. Hex color #480301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480301 is #B7FCFE. Grayscale: #171717. Windows color (decimal): -12057855 or 66376. OLE color: 66376.

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

Color convert

RGB7231-
CMYK00.960.990.72
HSL1.69º97.26%14.31%-
HSV(B)1.69º98.61%28.24%-
XYZ2.711.450.16-
YUV23.4115.36162.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 94.74%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=94.74%
G=3.95%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal723100.960.990.721.6997.2614.31
Hex48310606348261e
Octal110310140143110214116
Binary100100011101100000110001110010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480301; }

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

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

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

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

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

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

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

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