#48160F

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

Shades of Seal Brown #48160F

Tints of Seal Brown #48160F

Color information

#48160F (or 0x48160F) is unknown color: approx Seal Brown. HEX triplet: 48, 16 and 0F. RGB value is (72,22,15). Sum of RGB (Red+Green+Blue) = 72+22+15=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160F is #B7E9F0. Grayscale: #242424. Windows color (decimal): -12052977 or 988744. OLE color: 988744.

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

Color convert

RGB722215-
CMYK00.690.790.72
HSL7.37º65.52%17.06%-
HSV(B)7.37º79.17%28.24%-
XYZ3.051.990.67-
YUV36.15116.06153.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=66.06%
G=20.18%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72221500.690.790.727.3765.5217.06
Hex4816F0454F4874211
Octal11026170105117110710221
Binary10010001011011110100010110011111001000111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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