#281B1B

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

Shades of Seal Brown #281B1B

Tints of Seal Brown #281B1B

Color information

#281B1B (or 0x281B1B) is unknown color: approx Seal Brown. HEX triplet: 28, 1B and 1B. RGB value is (40,27,27). Sum of RGB (Red+Green+Blue) = 40+27+27=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B1B is #D7E4E4. Grayscale: #1E1E1E. Windows color (decimal): -14148837 or 1776424. OLE color: 1776424.

HSL color Cylindrical-coordinate representation of color #281B1B: hue angle of 0º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B1B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB402727-
CMYK00.330.330.84
HSL19.4%13.14%-
HSV(B)32.5%15.69%-
XYZ1.461.311.21-
YUV30.89125.81134.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=42.55%
G=28.72%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272700.330.330.84019.413.14
Hex281B1B0212154013d
Octal5033330414112402315
Binary1010001101111011010000110000110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B1B; }

 p { color: rgb(40,27,27); }

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

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

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

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

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

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

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