#48110A

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

Shades of Seal Brown #48110A

Tints of Seal Brown #48110A

Color information

#48110A (or 0x48110A) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 0A. RGB value is (72,17,10). Sum of RGB (Red+Green+Blue) = 72+17+10=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #48110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110A is #B7EEF5. Grayscale: #202020. Windows color (decimal): -12054262 or 659784. OLE color: 659784.

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

Color convert

RGB721710-
CMYK00.760.860.72
HSL6.77º75.61%16.08%-
HSV(B)6.77º86.11%28.24%-
XYZ2.931.80.48-
YUV32.65115.22156.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=72.73%
G=17.17%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72171000.760.860.726.7775.6116.08
Hex4811A04C564874c10
Octal11021120114126110711420
Binary10010001000110100100110010101101001000111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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