#48150F

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

Shades of Seal Brown #48150F

Tints of Seal Brown #48150F

Color information

#48150F (or 0x48150F) is unknown color: approx Seal Brown. HEX triplet: 48, 15 and 0F. RGB value is (72,21,15). Sum of RGB (Red+Green+Blue) = 72+21+15=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48150F is #B7EAF0. Grayscale: #232323. Windows color (decimal): -12053233 or 988488. OLE color: 988488.

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

Color convert

RGB722115-
CMYK00.710.790.72
HSL6.32º65.52%17.06%-
HSV(B)6.32º79.17%28.24%-
XYZ3.031.950.67-
YUV35.56116.4153.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=66.67%
G=19.44%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72211500.710.790.726.3265.5217.06
Hex4815F0474F4864211
Octal11025170107117110610221
Binary10010001010111110100011110011111001000110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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