#480F0D

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

Shades of Seal Brown #480F0D

Tints of Seal Brown #480F0D

Color information

#480F0D (or 0x480F0D) is unknown color: approx Seal Brown. HEX triplet: 48, 0F and 0D. RGB value is (72,15,13). Sum of RGB (Red+Green+Blue) = 72+15+13=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #480F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F0D is #B7F0F2. Grayscale: #1F1F1F. Windows color (decimal): -12054771 or 855880. OLE color: 855880.

HSL color Cylindrical-coordinate representation of color #480F0D: hue angle of 2.03º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480F0D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB721513-
CMYK00.790.820.72
HSL2.03º69.41%16.67%-
HSV(B)2.03º81.94%28.24%-
XYZ2.921.750.56-
YUV31.82117.38156.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 13 (5.47% from 255) = 13%
R=72%
G=15%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72151300.790.820.722.0369.4116.67
Hex48FD04F524824511
Octal11017150117122110210521
Binary100100011111101010011111010010100100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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