#2E1C1B

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

Shades of Seal Brown #2E1C1B

Tints of Seal Brown #2E1C1B

Color information

#2E1C1B (or 0x2E1C1B) is unknown color: approx Seal Brown. HEX triplet: 2E, 1C and 1B. RGB value is (46,28,27). Sum of RGB (Red+Green+Blue) = 46+28+27=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1C1B is #D1E3E4. Grayscale: #212121. Windows color (decimal): -13755365 or 1776686. OLE color: 1776686.

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

Color convert

RGB462827-
CMYK00.390.410.82
HSL3.16º26.03%14.31%-
HSV(B)3.16º41.3%18.04%-
XYZ1.741.491.23-
YUV33.27124.46137.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.54%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=45.54%
G=27.72%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46282700.390.410.823.1626.0314.31
Hex2E1C1B027295231ae
Octal5634330475112233216
Binary10111011100110110100111101001101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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