#480F06

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

Shades of Seal Brown #480F06

Tints of Seal Brown #480F06

Color information

#480F06 (or 0x480F06) is unknown color: approx Seal Brown. HEX triplet: 48, 0F and 06. RGB value is (72,15,6). Sum of RGB (Red+Green+Blue) = 72+15+6=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F06 is #B7F0F9. Grayscale: #1F1F1F. Windows color (decimal): -12054778 or 397128. OLE color: 397128.

HSL color Cylindrical-coordinate representation of color #480F06: hue angle of 8.18º 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 #480F06 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB72156-
CMYK00.790.920.72
HSL8.18º84.62%15.29%-
HSV(B)8.18º91.67%28.24%-
XYZ2.881.730.36-
YUV31.02113.88157.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=77.42%
G=16.13%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215600.790.920.728.1884.6215.29
Hex48F604F5C48855f
Octal11017601171341101012517
Binary100100011111100100111110111001001000100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F06; }

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

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

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

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

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

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

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

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