#48130D

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

Shades of Seal Brown #48130D

Tints of Seal Brown #48130D

Color information

#48130D (or 0x48130D) is unknown color: approx Seal Brown. HEX triplet: 48, 13 and 0D. RGB value is (72,19,13). Sum of RGB (Red+Green+Blue) = 72+19+13=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48130D is #B7ECF2. Grayscale: #222222. Windows color (decimal): -12053747 or 856904. OLE color: 856904.

HSL color Cylindrical-coordinate representation of color #48130D: hue angle of 6.1º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48130D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB721913-
CMYK00.740.820.72
HSL6.1º69.41%16.67%-
HSV(B)6.1º81.94%28.24%-
XYZ2.981.870.59-
YUV34.16116.06154.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=69.23%
G=18.27%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72191300.740.820.726.169.4116.67
Hex4813D04A524864511
Octal11023150112122110610521
Binary10010001001111010100101010100101001000110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48130D; }

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

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

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

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

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

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

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

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