#481006

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

Shades of Seal Brown #481006

Tints of Seal Brown #481006

Color information

#481006 (or 0x481006) is unknown color: approx Seal Brown. HEX triplet: 48, 10 and 06. RGB value is (72,16,6). Sum of RGB (Red+Green+Blue) = 72+16+6=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481006 is #B7EFF9. Grayscale: #1F1F1F. Windows color (decimal): -12054522 or 397384. OLE color: 397384.

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

Color convert

RGB72166-
CMYK00.780.920.72
HSL9.09º84.62%15.29%-
HSV(B)9.09º91.67%28.24%-
XYZ2.891.760.36-
YUV31.6113.55156.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=76.60%
G=17.02%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216600.780.920.729.0984.6215.29
Hex4810604E5C48955f
Octal11020601161341101112517
Binary1001000100001100100111010111001001000100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481006; }

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

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

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

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

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

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

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

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