#481511

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

Shades of Seal Brown #481511

Tints of Seal Brown #481511

Color information

#481511 (or 0x481511) is unknown color: approx Seal Brown. HEX triplet: 48, 15 and 11. RGB value is (72,21,17). Sum of RGB (Red+Green+Blue) = 72+21+17=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481511 is #B7EAEE. Grayscale: #232323. Windows color (decimal): -12053231 or 1119560. OLE color: 1119560.

HSL color Cylindrical-coordinate representation of color #481511: hue angle of 4.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481511 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB722117-
CMYK00.710.760.72
HSL4.36º61.8%17.45%-
HSV(B)4.36º76.39%28.24%-
XYZ3.041.950.75-
YUV35.79117.4153.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=65.45%
G=19.09%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72211700.710.760.724.3661.817.45
Hex4815110474C4843e11
Octal1102521010711411047621
Binary10010001010110001010001111001100100100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481511; }

 p { color: rgb(72,21,17); }

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

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

 a { background-color: rgb(72,21,17); }

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

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

 span { border-color: rgb(72,21,17); }

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