#2E1312

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

Shades of Seal Brown #2E1312

Tints of Seal Brown #2E1312

Color information

#2E1312 (or 0x2E1312) is unknown color: approx Seal Brown. HEX triplet: 2E, 13 and 12. RGB value is (46,19,18). Sum of RGB (Red+Green+Blue) = 46+19+18=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1312 is #D1ECED. Grayscale: #1A1A1A. Windows color (decimal): -13757678 or 1184558. OLE color: 1184558.

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

Color convert

RGB461918-
CMYK00.590.610.82
HSL2.14º43.75%12.55%-
HSV(B)2.14º60.87%18.04%-
XYZ1.471.090.71-
YUV26.96122.95141.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 55.42%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=55.42%
G=22.89%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46191800.590.610.822.1443.7512.55
Hex2E131203B3D5222cd
Octal5623220737512225415
Binary101110100111001001110111111011010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,19,18); }

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

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

 a { background-color: rgb(46,19,18); }

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

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

 span { border-color: rgb(46,19,18); }

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