#2E1615

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

Shades of Seal Brown #2E1615

Tints of Seal Brown #2E1615

Color information

#2E1615 (or 0x2E1615) is unknown color: approx Seal Brown. HEX triplet: 2E, 16 and 15. RGB value is (46,22,21). Sum of RGB (Red+Green+Blue) = 46+22+21=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1615 is #D1E9EA. Grayscale: #1D1D1D. Windows color (decimal): -13756907 or 1381934. OLE color: 1381934.

HSL color Cylindrical-coordinate representation of color #2E1615: hue angle of 2.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1615 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB462221-
CMYK00.520.540.82
HSL2.4º37.31%13.14%-
HSV(B)2.4º54.35%18.04%-
XYZ1.551.210.86-
YUV29.06123.45140.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.69%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=51.69%
G=24.72%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46222100.520.540.822.437.3113.14
Hex2E16150343652225d
Octal5626250646612224515
Binary101110101101010101101001101101010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,21); }

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

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

 a { background-color: rgb(46,22,21); }

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

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

 span { border-color: rgb(46,22,21); }

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