#48110B

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

Shades of Seal Brown #48110B

Tints of Seal Brown #48110B

Color information

#48110B (or 0x48110B) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 0B. RGB value is (72,17,11). Sum of RGB (Red+Green+Blue) = 72+17+11=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #48110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110B is #B7EEF4. Grayscale: #202020. Windows color (decimal): -12054261 or 725320. OLE color: 725320.

HSL color Cylindrical-coordinate representation of color #48110B: hue angle of 5.9º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48110B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB721711-
CMYK00.760.850.72
HSL5.9º73.49%16.27%-
HSV(B)5.9º84.72%28.24%-
XYZ2.931.80.51-
YUV32.76115.72155.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 11 (4.69% from 255) = 11%
R=72%
G=17%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72171100.760.850.725.973.4916.27
Hex4811B04C554864910
Octal11021130114125110611120
Binary10010001000110110100110010101011001000110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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