#480E07

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

Shades of Seal Brown #480E07

Tints of Seal Brown #480E07

Color information

#480E07 (or 0x480E07) is unknown color: approx Seal Brown. HEX triplet: 48, 0E and 07. RGB value is (72,14,7). Sum of RGB (Red+Green+Blue) = 72+14+7=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E07 is #B7F1F8. Grayscale: #1E1E1E. Windows color (decimal): -12055033 or 462408. OLE color: 462408.

HSL color Cylindrical-coordinate representation of color #480E07: hue angle of 6.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480E07 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72147-
CMYK00.810.900.72
HSL6.46º82.28%15.49%-
HSV(B)6.46º90.28%28.24%-
XYZ2.871.710.38-
YUV30.54114.72157.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=77.42%
G=15.05%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214700.810.900.726.4682.2815.49
Hex48E70515A48652f
Octal1101670121132110612217
Binary10010001110111010100011011010100100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,14,7); }

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

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

 a { background-color: rgb(72,14,7); }

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

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

 span { border-color: rgb(72,14,7); }

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