#481206

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

Shades of Seal Brown #481206

Tints of Seal Brown #481206

Color information

#481206 (or 0x481206) is unknown color: approx Seal Brown. HEX triplet: 48, 12 and 06. RGB value is (72,18,6). Sum of RGB (Red+Green+Blue) = 72+18+6=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481206 is #B7EDF9. Grayscale: #202020. Windows color (decimal): -12054010 or 397896. OLE color: 397896.

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

Color convert

RGB72186-
CMYK00.750.920.72
HSL10.91º84.62%15.29%-
HSV(B)10.91º91.67%28.24%-
XYZ2.921.820.37-
YUV32.78112.89155.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=75%
G=18.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7218600.750.920.7210.9184.6215.29
Hex4812604B5C48b55f
Octal11022601131341101312517
Binary1001000100101100100101110111001001000101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481206; }

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

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

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

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

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

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

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

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