#481513

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

Shades of Seal Brown #481513

Tints of Seal Brown #481513

Color information

#481513 (or 0x481513) is unknown color: approx Seal Brown. HEX triplet: 48, 15 and 13. RGB value is (72,21,19). Sum of RGB (Red+Green+Blue) = 72+21+19=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481513 is #B7EAEC. Grayscale: #242424. Windows color (decimal): -12053229 or 1250632. OLE color: 1250632.

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

Color convert

RGB722119-
CMYK00.710.740.72
HSL2.26º58.24%17.84%-
HSV(B)2.26º73.61%28.24%-
XYZ3.061.960.83-
YUV36.02118.4153.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=64.29%
G=18.75%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72211900.710.740.722.2658.2417.84
Hex4815130474A4823a12
Octal1102523010711211027222
Binary1001000101011001101000111100101010010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481513; }

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

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

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

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

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

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

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

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