#480906

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

Shades of Seal Brown #480906

Tints of Seal Brown #480906

Color information

#480906 (or 0x480906) is unknown color: approx Seal Brown. HEX triplet: 48, 09 and 06. RGB value is (72,9,6). Sum of RGB (Red+Green+Blue) = 72+9+6=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #480906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480906 is #B7F6F9. Grayscale: #1B1B1B. Windows color (decimal): -12056314 or 395592. OLE color: 395592.

HSL color Cylindrical-coordinate representation of color #480906: hue angle of 2.73º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480906 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB7296-
CMYK00.880.920.72
HSL2.73º84.62%15.29%-
HSV(B)2.73º91.67%28.24%-
XYZ2.81.590.33-
YUV27.5115.87159.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=82.76%
G=10.34%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal729600.880.920.722.7384.6215.29
Hex48960585C48355f
Octal1101160130134110312517
Binary1001000100111001011000101110010010001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480906; }

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

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

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

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

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

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

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

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