#480501

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

Shades of Seal Brown #480501

Tints of Seal Brown #480501

Color information

#480501 (or 0x480501) is unknown color: approx Seal Brown. HEX triplet: 48, 05 and 01. RGB value is (72,5,1). Sum of RGB (Red+Green+Blue) = 72+5+1=78 (10% of max value = 765). Red value is 72 (28.52% from 255 or 92.31% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 72 - color contains mainly: red. Hex color #480501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480501 is #B7FAFE. Grayscale: #181818. Windows color (decimal): -12057343 or 66888. OLE color: 66888.

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

Color convert

RGB7251-
CMYK00.930.990.72
HSL3.38º97.26%14.31%-
HSV(B)3.38º98.61%28.24%-
XYZ2.731.490.17-
YUV24.58114.7161.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 92.31%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=92.31%
G=6.41%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal725100.930.990.723.3897.2614.31
Hex485105D6348361e
Octal110510135143110314116
Binary1001000101101011101110001110010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480501; }

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

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

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

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

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

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

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

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