#48150E

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

Shades of Seal Brown #48150E

Tints of Seal Brown #48150E

Color information

#48150E (or 0x48150E) is unknown color: approx Seal Brown. HEX triplet: 48, 15 and 0E. RGB value is (72,21,14). Sum of RGB (Red+Green+Blue) = 72+21+14=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48150E is #B7EAF1. Grayscale: #232323. Windows color (decimal): -12053234 or 922952. OLE color: 922952.

HSL color Cylindrical-coordinate representation of color #48150E: hue angle of 7.24º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48150E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB722114-
CMYK00.710.810.72
HSL7.24º67.44%16.86%-
HSV(B)7.24º80.56%28.24%-
XYZ3.021.950.63-
YUV35.45115.9154.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=67.29%
G=19.63%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72211400.710.810.727.2467.4416.86
Hex4815E047514874311
Octal11025160107121110710321
Binary10010001010111100100011110100011001000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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