#480D07

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

Shades of Seal Brown #480D07

Tints of Seal Brown #480D07

Color information

#480D07 (or 0x480D07) is unknown color: approx Seal Brown. HEX triplet: 48, 0D and 07. RGB value is (72,13,7). Sum of RGB (Red+Green+Blue) = 72+13+7=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D07 is #B7F2F8. Grayscale: #1E1E1E. Windows color (decimal): -12055289 or 462152. OLE color: 462152.

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

Color convert

RGB72137-
CMYK00.820.900.72
HSL5.54º82.28%15.49%-
HSV(B)5.54º90.28%28.24%-
XYZ2.851.680.37-
YUV29.96115.05157.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=78.26%
G=14.13%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213700.820.900.725.5482.2815.49
Hex48D70525A48652f
Octal1101570122132110612217
Binary10010001101111010100101011010100100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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