#481615

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

Shades of Seal Brown #481615

Tints of Seal Brown #481615

Color information

#481615 (or 0x481615) is unknown color: approx Seal Brown. HEX triplet: 48, 16 and 15. RGB value is (72,22,21). Sum of RGB (Red+Green+Blue) = 72+22+21=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481615 is #B7E9EA. Grayscale: #242424. Windows color (decimal): -12052971 or 1381960. OLE color: 1381960.

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

Color convert

RGB722221-
CMYK00.690.710.72
HSL1.18º54.84%18.24%-
HSV(B)1.18º70.83%28.24%-
XYZ3.092.010.93-
YUV36.84119.06153.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=62.61%
G=19.13%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72222100.690.710.721.1854.8418.24
Hex481615045474813712
Octal1102625010510711016722
Binary100100010110101010100010110001111001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481615; }

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

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

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

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

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

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

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

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