#2E1B1A

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

Shades of Seal Brown #2E1B1A

Tints of Seal Brown #2E1B1A

Color information

#2E1B1A (or 0x2E1B1A) is unknown color: approx Seal Brown. HEX triplet: 2E, 1B and 1A. RGB value is (46,27,26). Sum of RGB (Red+Green+Blue) = 46+27+26=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B1A is #D1E4E5. Grayscale: #202020. Windows color (decimal): -13755622 or 1710894. OLE color: 1710894.

HSL color Cylindrical-coordinate representation of color #2E1B1A: hue angle of 3º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E1B1A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB462726-
CMYK00.410.430.82
HSL27.78%14.12%-
HSV(B)43.48%18.04%-
XYZ1.711.441.17-
YUV32.57124.29137.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=46.46%
G=27.27%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46272600.410.430.82327.7814.12
Hex2E1B1A0292B5231ce
Octal5633320515312233416
Binary10111011011110100101001101011101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1B1A; }

 p { color: rgb(46,27,26); }

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

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

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

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

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

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

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