#481413

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

Shades of Seal Brown #481413

Tints of Seal Brown #481413

Color information

#481413 (or 0x481413) is unknown color: approx Seal Brown. HEX triplet: 48, 14 and 13. RGB value is (72,20,19). Sum of RGB (Red+Green+Blue) = 72+20+19=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481413 is #B7EBEC. Grayscale: #232323. Windows color (decimal): -12053485 or 1250376. OLE color: 1250376.

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

Color convert

RGB722019-
CMYK00.720.740.72
HSL1.13º58.24%17.84%-
HSV(B)1.13º73.61%28.24%-
XYZ3.041.930.83-
YUV35.43118.73154.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=64.86%
G=18.02%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72201900.720.740.721.1358.2417.84
Hex4814130484A4813a12
Octal1102423011011211017222
Binary100100010100100110100100010010101001000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481413; }

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

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

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

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

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

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

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

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