#480900

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

Shades of Seal Brown #480900

Tints of Seal Brown #480900

Color information

#480900 (or 0x480900) is unknown color: approx Seal Brown. HEX triplet: 48, 09 and 00. RGB value is (72,9,0). Sum of RGB (Red+Green+Blue) = 72+9+0=81 (10% of max value = 765). Red value is 72 (28.52% from 255 or 88.89% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 72 - color contains mainly: red. Hex color #480900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480900 is #B7F6FF. Grayscale: #1A1A1A. Windows color (decimal): -12056320 or 2376. OLE color: 2376.

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

Color convert

RGB7290-
CMYK00.8810.72
HSL7.5º100%14.12%-
HSV(B)7.5º100%28.24%-
XYZ2.771.570.16-
YUV26.81112.87160.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 88.89%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.89%
G=11.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal729000.8810.727.510014.12
Hex48900586448864e
Octal11011001301441101014416
Binary1001000100100101100011001001001000100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480900; }

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

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

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

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

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

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

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

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