#481915

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

Shades of Seal Brown #481915

Tints of Seal Brown #481915

Color information

#481915 (or 0x481915) is unknown color: approx Seal Brown. HEX triplet: 48, 19 and 15. RGB value is (72,25,21). Sum of RGB (Red+Green+Blue) = 72+25+21=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481915 is #B7E6EA. Grayscale: #262626. Windows color (decimal): -12052203 or 1382728. OLE color: 1382728.

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

Color convert

RGB722521-
CMYK00.650.710.72
HSL4.71º54.84%18.24%-
HSV(B)4.71º70.83%28.24%-
XYZ3.162.130.95-
YUV38.6118.07151.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=61.02%
G=21.19%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72252100.650.710.724.7154.8418.24
Hex481915041474853712
Octal1103125010110711056722
Binary10010001100110101010000011000111100100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481915; }

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

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

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

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

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

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

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

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