#481110

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

Shades of Seal Brown #481110

Tints of Seal Brown #481110

Color information

#481110 (or 0x481110) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 10. RGB value is (72,17,16). Sum of RGB (Red+Green+Blue) = 72+17+16=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481110 is #B7EEEF. Grayscale: #212121. Windows color (decimal): -12054256 or 1053000. OLE color: 1053000.

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

Color convert

RGB721716-
CMYK00.760.780.72
HSL1.07º63.64%17.25%-
HSV(B)1.07º77.78%28.24%-
XYZ2.971.820.68-
YUV33.33118.22155.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=68.57%
G=16.19%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72171600.760.780.721.0763.6417.25
Hex48111004C4E4814011
Octal11021200114116110110021
Binary1001000100011000001001100100111010010001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481110; }

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

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

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

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

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

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

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

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