#281611

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

Shades of Seal Brown #281611

Tints of Seal Brown #281611

Color information

#281611 (or 0x281611) is unknown color: approx Seal Brown. HEX triplet: 28, 16 and 11. RGB value is (40,22,17). Sum of RGB (Red+Green+Blue) = 40+22+17=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281611 is #D7E9EE. Grayscale: #1A1A1A. Windows color (decimal): -14150127 or 1119784. OLE color: 1119784.

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

Color convert

RGB402217-
CMYK00.450.570.84
HSL13.04º40.35%11.18%-
HSV(B)13.04º57.5%15.69%-
XYZ1.261.070.67-
YUV26.81122.46137.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=50.63%
G=27.85%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40221700.450.570.8413.0440.3511.18
Hex28161102D3954d28b
Octal50262105571124155013
Binary10100010110100010101101111001101010011011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281611; }

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

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

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

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

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

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

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

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