#281311

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

Shades of Seal Brown #281311

Tints of Seal Brown #281311

Color information

#281311 (or 0x281311) is unknown color: approx Seal Brown. HEX triplet: 28, 13 and 11. RGB value is (40,19,17). Sum of RGB (Red+Green+Blue) = 40+19+17=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281311 is #D7ECEE. Grayscale: #191919. Windows color (decimal): -14150895 or 1119016. OLE color: 1119016.

HSL color Cylindrical-coordinate representation of color #281311: hue angle of 5.22º 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 #281311 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB401917-
CMYK00.520.570.84
HSL5.22º40.35%11.18%-
HSV(B)5.22º57.5%15.69%-
XYZ1.210.960.65-
YUV25.05123.46138.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=52.63%
G=25%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40191700.520.570.845.2240.3511.18
Hex2813110343954528b
Octal5023210647112455013
Binary1010001001110001011010011100110101001011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281311; }

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

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

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

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

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

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

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

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