#480D06

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

Shades of Seal Brown #480D06

Tints of Seal Brown #480D06

Color information

#480D06 (or 0x480D06) is unknown color: approx Seal Brown. HEX triplet: 48, 0D and 06. RGB value is (72,13,6). Sum of RGB (Red+Green+Blue) = 72+13+6=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D06 is #B7F2F9. Grayscale: #1D1D1D. Windows color (decimal): -12055290 or 396616. OLE color: 396616.

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

Color convert

RGB72136-
CMYK00.820.920.72
HSL6.36º84.62%15.29%-
HSV(B)6.36º91.67%28.24%-
XYZ2.851.680.35-
YUV29.84114.55158.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=79.12%
G=14.29%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213600.820.920.726.3684.6215.29
Hex48D60525C48655f
Octal1101560122134110612517
Binary10010001101110010100101011100100100011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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