#281511

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

Shades of Seal Brown #281511

Tints of Seal Brown #281511

Color information

#281511 (or 0x281511) is unknown color: approx Seal Brown. HEX triplet: 28, 15 and 11. RGB value is (40,21,17). Sum of RGB (Red+Green+Blue) = 40+21+17=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281511 is #D7EAEE. Grayscale: #1A1A1A. Windows color (decimal): -14150383 or 1119528. OLE color: 1119528.

HSL color Cylindrical-coordinate representation of color #281511: hue angle of 10.43º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281511 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB402117-
CMYK00.480.570.84
HSL10.43º40.35%11.18%-
HSV(B)10.43º57.5%15.69%-
XYZ1.241.030.66-
YUV26.22122.79137.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=51.28%
G=26.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211700.480.570.8410.4340.3511.18
Hex2815110303954a28b
Octal50252106071124125013
Binary10100010101100010110000111001101010010101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281511; }

 p { color: rgb(40,21,17); }

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

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

 a { background-color: rgb(40,21,17); }

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

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

 span { border-color: rgb(40,21,17); }

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