#48110F

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

Shades of Seal Brown #48110F

Tints of Seal Brown #48110F

Color information

#48110F (or 0x48110F) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 0F. RGB value is (72,17,15). Sum of RGB (Red+Green+Blue) = 72+17+15=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110F is #B7EEF0. Grayscale: #212121. Windows color (decimal): -12054257 or 987464. OLE color: 987464.

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

Color convert

RGB721715-
CMYK00.760.790.72
HSL2.11º65.52%17.06%-
HSV(B)2.11º79.17%28.24%-
XYZ2.961.810.65-
YUV33.22117.72155.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=69.23%
G=16.35%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72171500.760.790.722.1165.5217.06
Hex4811F04C4F4824211
Octal11021170114117110210221
Binary1001000100011111010011001001111100100010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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