#48150D

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

Shades of Seal Brown #48150D

Tints of Seal Brown #48150D

Color information

#48150D (or 0x48150D) is unknown color: approx Seal Brown. HEX triplet: 48, 15 and 0D. RGB value is (72,21,13). Sum of RGB (Red+Green+Blue) = 72+21+13=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48150D is #B7EAF2. Grayscale: #232323. Windows color (decimal): -12053235 or 857416. OLE color: 857416.

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

Color convert

RGB722113-
CMYK00.710.820.72
HSL8.14º69.41%16.67%-
HSV(B)8.14º81.94%28.24%-
XYZ3.011.940.6-
YUV35.34115.4154.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=67.92%
G=19.81%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72211300.710.820.728.1469.4116.67
Hex4815D047524884511
Octal110251501071221101010521
Binary100100010101110101000111101001010010001000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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