#481515

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

Shades of Seal Brown #481515

Tints of Seal Brown #481515

Color information

#481515 (or 0x481515) is unknown color: approx Seal Brown. HEX triplet: 48, 15 and 15. RGB value is (72,21,21). Sum of RGB (Red+Green+Blue) = 72+21+21=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481515 is #B7EAEA. Grayscale: #242424. Windows color (decimal): -12053227 or 1381704. OLE color: 1381704.

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

Color convert

RGB722121-
CMYK00.710.710.72
HSL54.84%18.24%-
HSV(B)70.83%28.24%-
XYZ3.081.970.93-
YUV36.25119.4153.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=63.16%
G=18.42%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72212100.710.710.72054.8418.24
Hex481515047474803712
Octal1102525010710711006722
Binary100100010101101010100011110001111001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481515; }

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

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

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

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

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

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

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

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