#480400

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

Shades of Seal Brown #480400

Tints of Seal Brown #480400

Color information

#480400 (or 0x480400) is unknown color: approx Seal Brown. HEX triplet: 48, 04 and 00. RGB value is (72,4,0). Sum of RGB (Red+Green+Blue) = 72+4+0=76 (10% of max value = 765). Red value is 72 (28.52% from 255 or 94.74% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 72 - color contains mainly: red. Hex color #480400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480400 is #B7FBFF. Grayscale: #171717. Windows color (decimal): -12057600 or 1096. OLE color: 1096.

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

Color convert

RGB7240-
CMYK00.9410.72
HSL3.33º100%14.12%-
HSV(B)3.33º100%28.24%-
XYZ2.721.460.14-
YUV23.88114.53162.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 94.74%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.74%
G=5.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal724000.9410.723.3310014.12
Hex484005E6448364e
Octal110400136144110314416
Binary1001000100001011110110010010010001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480400; }

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

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

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

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

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

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

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

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